Sfoglia il codice sorgente

aps-报工检验计算流转剩余输出卷数调整testin1596

zhoudazhuang 9 mesi fa
parent
commit
a5518fe694

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

@@ -356,7 +356,7 @@ public class ReportCheckServiceImpl implements ReportCheckService {
             }
         }
         //当前报工记录对应的输入物料数量
-        int inputNum = StringUtils.isBlank(reportRecordsDo.getNeedcheckbatchnumber()) ? 1 : reportRecordsDo.getNeedcheckbatchnumber().split(",").length;
+        int inputNum = StringUtils.isBlank(reportRecordsDo.getBatchnumber()) ? 1 : reportRecordsDo.getBatchnumber().split(",").length;
 
         // 当前报工检验卷数
         int checkNum = reportOutputDos.size();