|
@@ -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();
|