|
@@ -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>");
|
|
|
}
|
|
|
}
|
|
|
}
|