md
This commit is contained in:
parent
df135345b9
commit
0a4aa00c07
@ -1425,9 +1425,9 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
}
|
||||
|
||||
// 非当前网点不允许接其他网点的运单
|
||||
if(!emisWaybillOld.getSendSiteCode().equals(getCurrentUser().getOwnerSiteCode())){
|
||||
throw new EmisBizError(EmisBizErrorType.FAIL,"非当前网点运单,不允许操作!");
|
||||
}
|
||||
// if(!emisWaybillOld.getSendSiteCode().equals(getCurrentUser().getOwnerSiteCode())){
|
||||
// throw new EmisBizError(EmisBizErrorType.FAIL,"非当前网点运单,不允许操作!");
|
||||
// }
|
||||
|
||||
emisWaybill.setBillCode(emisWaybillOld.getBillCode());
|
||||
return emisWaybillMapper.cancelOrder(emisWaybill);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user