生产界面刀具按钮修改

master
zpl 3 years ago
parent 45b103cdc5
commit ad33387345

@ -88,6 +88,9 @@ public class CutterLogServiceImpl extends ServiceImpl<CutterLogMapper, CutterLog
String shopOrder = (String)sfcData.get("SHOP_ORDER");
String item = (String)sfcData.get("ITEM");
String workShopBo = commonService.getWorkShopBo(HandleEnum.RESOURCE.getHandle(site, resrce));
if (StringUtil.isBlank(workShopBo)) {
throw new BaseException("资源 " + resrce + " 未匹配到车间");
}
String workShop = StringUtil.trimHandle(workShopBo);
if(list==null||list.size()<1){
throw new BaseException("刀具列表不能为空");

Loading…
Cancel
Save