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