This commit is contained in:
linfso 2024-12-05 11:49:54 +08:00
parent f32b906d61
commit a034b2afb4

View File

@ -1072,7 +1072,6 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
throw new EmisBizError(EmisBizErrorType.PARAM_ERROR1,"已揽件,不能修改!");
}
if(OrderStatus.CANCEL.statusCode.equals(emisWaybillOld.getOrderStatus()) ){
throw new EmisBizError(EmisBizErrorType.PARAM_ERROR1,"已取消,不能修改!");
}