This commit is contained in:
linfso 2025-01-02 16:01:33 +08:00
parent 6c07edac49
commit 8bb3c9fbd2

View File

@ -3079,9 +3079,9 @@ public class EmisBaseService {
throw new EmisBizError(EmisBizErrorType.BILL_LOCK, "订单已取消,不允许修改");
}
if(WaybillStatus.INIT.statusCode.equals(emisWaybill.getWaybillStatus())){
throw new EmisBizError(EmisBizErrorType.BILL_LOCK, "未接单,不允许修改");
}
// if(WaybillStatus.INIT.statusCode.equals(emisWaybill.getWaybillStatus())){
// throw new EmisBizError(EmisBizErrorType.BILL_LOCK, "未接单,不允许修改");
// }
if( PaymentStatus.PAID.statusCode.equals(emisWaybill.getPaymentStatus())
|| PaymentStatus.PAID_SOME.statusCode.equals(emisWaybill.getPaymentStatus())