Bladeren bron

aps-输出成品拼接字段修改

sucheng 2 maanden geleden
bovenliggende
commit
466337e1e7

+ 1 - 1
cx-aps/cx-aps-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ApsBlankOrderServiceImpl.java

@@ -3084,7 +3084,7 @@ public class ApsBlankOrderServiceImpl extends ServiceImpl<ApsBlankOrderDao, ApsB
                     }
                     outputResult += "mm";
                     if (ObjectUtil.isNotEmpty(apsProcessOutputProductDo.getOutputonerollweigth()) && ObjectUtil.isNotEmpty(apsProcessOutputProductDo.getPlanoutputorderroll())) {
-                        outputResult += (" " + apsProcessOutputProductDo.getOutputonerollweigth() + "吨 * " + apsProcessOutputProductDo.getPlanoutputorderroll() + "卷");
+                        outputResult += (" " + CXCommonUtils.removeExtraZerosAndDecimal(apsProcessOutputProductDo.getOutputonerollweigth()) + "吨 * " + apsProcessOutputProductDo.getPlanoutputorderroll() + "卷");
                     }