|
@@ -581,6 +581,9 @@ public class ApsServiceImpl implements ApsService {
|
|
|
/*List<ApsBlankOrderVo> apsBlankOrderss = new ArrayList<>();
|
|
|
apsBlankOrderss.add(bo);*/
|
|
|
apsBlankOrderService.apsAfter(productionScheduleRetVo,apsBlankOrders,currentUser);
|
|
|
+ if(StrUtil.isNotBlank(productionScheduleRetVo.getMsg())){
|
|
|
+ throw new CustomException(productionScheduleRetVo.getMsg()+" "+DateUtil.formatDateTime(new Date()));
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|