mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 12:52:07 +08:00
禅道bug#1705修复:excel导入拆单员不正确、excel/xml排版面不正确
This commit is contained in:
+1
-1
@@ -267,7 +267,7 @@ public final class DefaultOrderImportExcelListener extends AnalysisEventListener
|
||||
if (4 == rowIndex) {
|
||||
validOrderInfoLength(leftKey, leftVal, 64);
|
||||
validOrderInfoLength(rightKey, rightVal, 255);
|
||||
orderDO.setSplitter(StringUtils.isNotEmpty(leftVal) ? leftKey : EMPTY_STRING);
|
||||
orderDO.setSplitter(StringUtils.isNotEmpty(leftVal) ? leftVal : EMPTY_STRING);
|
||||
orderDO.setRemark(rightVal);
|
||||
}
|
||||
orderDO.setDataType(DataTypeEnum.FILE_IMPORT.getStatus());
|
||||
|
||||
+1
-2
@@ -704,7 +704,7 @@ public class DefaultExcelOrderImportFactory {
|
||||
.reservedEdgeRight(BigDecimal.ZERO)
|
||||
.reservedEdgeUp(BigDecimal.ZERO)
|
||||
.reservedEdgeDown(BigDecimal.ZERO)
|
||||
.holeFace(Integer.valueOf(typographyDTO.getValue()))
|
||||
.holeArrange(Integer.valueOf(typographyDTO.getValue()))
|
||||
.texture(Integer.valueOf(grainDTO.getValue()))
|
||||
.area(tempDataDO.getArea())
|
||||
.openDoorType(Integer.valueOf(doorDTO.getValue()))
|
||||
@@ -717,7 +717,6 @@ public class DefaultExcelOrderImportFactory {
|
||||
.bodyName(bodyName)
|
||||
.customPlateNoBuilder(new StringBuilder())
|
||||
.organId(organId)
|
||||
.holeArrange(0)
|
||||
.holeFace(0)
|
||||
.unregularPointCount(0)
|
||||
.frontHoleCount(0)
|
||||
|
||||
+1
-2
@@ -530,7 +530,7 @@ public class DefaultXmlOrderImportFactory {
|
||||
.reservedEdgeDown(BigDecimal.ZERO)
|
||||
.area(area)
|
||||
.texture(Integer.valueOf(DictFrameworkUtils.parseDictDataValue(DictTypeConstants.GRAIN_TYPE, blockXmlVO.getTexture())))
|
||||
.holeFace(Integer.valueOf(DictFrameworkUtils.parseDictDataValue(DictTypeConstants.TYPOGRAPHY_TYPE, blockXmlVO.getLayoutFace())))
|
||||
.holeArrange(Integer.valueOf(DictFrameworkUtils.parseDictDataValue(DictTypeConstants.TYPOGRAPHY_TYPE, blockXmlVO.getLayoutFace())))
|
||||
.isDoor(doorType != 0)
|
||||
.openDoorType(doorType)
|
||||
.isSculpt(false)
|
||||
@@ -539,7 +539,6 @@ public class DefaultXmlOrderImportFactory {
|
||||
.isSide2v(false)
|
||||
.customPlateNoBuilder(new StringBuilder())
|
||||
.organId(organId)
|
||||
.holeArrange(0)
|
||||
.holeFace(0)
|
||||
.unregularPointCount(0)
|
||||
.frontHoleCount(0)
|
||||
|
||||
Reference in New Issue
Block a user