|
|
|
@ -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("资源传递有误");
|
|
|
|
|