Merge remote-tracking branch 'origin/master'

master
philip 4 years ago
commit b81b0fa1d5

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

Loading…
Cancel
Save