|
@@ -206,8 +206,10 @@ public class ReportCheckServiceImpl implements ReportCheckService {
|
|
|
currentProcessOperationMainDo.setCheckoutroll(currentProcessOperationMainDo.getCheckoutroll() + 1);
|
|
|
currentProcessOperationEqu.setCheckoutroll(currentProcessOperationEqu.getCheckoutroll() + 1);
|
|
|
}
|
|
|
- currentProcessOperationEqu.setWorkstatus(JOBSTATUS_TO_BE_END);
|
|
|
- currentProcessOperationEqu.setBachmaterialprocess("");
|
|
|
+ if (StringUtils.isBlank(currentProcessOperationEqu.getBachmaterialprocess())){
|
|
|
+ currentProcessOperationEqu.setWorkstatus(JOBSTATUS_TO_BE_END);
|
|
|
+ currentProcessOperationEqu.setBachmaterialprocess("");
|
|
|
+ }
|
|
|
// 更新 更新该报工检验记录所有输出物料 以及待加工料卷批次号
|
|
|
batchNumCirculation(apsWorkInProgressInventoryDos, reportOutputDos,
|
|
|
operationOutMaterDoList,
|