其他异常和设备异常接口

赵嘉伟 4 years ago
parent 661d1056fc
commit c1211ca6c2

@ -629,6 +629,9 @@ public class AbnormalBillServiceImpl extends ServiceImpl<AbnormalBillMapper, Abn
if(sfc == null){
throw new BaseException("sfc传递有误");
}else {
if(!HandleEnum.SHOP_ORDER.getHandle(site,shopOrder).equals(sfc1.getShopOrderBo())){
throw new BaseException("工单传递有误");
}
Resrce resrce = resrceMapper.selectById(HandleEnum.RESOURCE.getHandle(site, resource));
if(resrce == null){
throw new BaseException("资源传递有误");

Loading…
Cancel
Save