|
|
|
@ -49,7 +49,7 @@ public class CallItemServiceImpl extends ServiceImpl<CallItemMapper, CallItem> i
|
|
|
|
|
//查询叫料组件
|
|
|
|
|
List<CallItem> callItemList = callItemMapper.selectDispatchCallItem(sfcDispatchList);
|
|
|
|
|
if (callItemList == null || callItemList.size() <= 0) {
|
|
|
|
|
throw BusinessException.build("发布的派工单没有物料清单组件");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
List<CallItem> list = new ArrayList<>();
|
|
|
|
|
|
|
|
|
|