Kaynağa Gözat

aps-报工前校验实测卷重

sucheng 4 ay önce
ebeveyn
işleme
f66a47f979

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

@@ -1565,7 +1565,7 @@ public class ApsReportRecordsServiceImpl extends ServiceImpl<ApsReportRecordsDao
                 if (weightDivide.compareTo(new BigDecimal("1.5")) > 0
                         || weightDivide.compareTo(new BigDecimal("0.5")) < 0) {
                     needWarning = true;
-                    warningMessage += ("<b>输出物料" + apsReportOutputDo.getOutputmaterial() + "实测卷重超出/低于工艺要求单卷重50%;</b><br>");
+                    warningMessage += ("<b>输出物料" + apsReportOutputDo.getOutputnumber() + "实测卷重" + weight + "与工艺要求的单卷重相差超过50%;</b><br>");
                 }
             }
         }