This commit is contained in:
linfso 2024-07-04 17:46:43 +08:00
parent 0093b888eb
commit 27565d5fed

View File

@ -2133,7 +2133,7 @@ public class EmisBaseService {
return false;
}
public boolean checkDBBillIsLock(EmisWaybill emisWaybill) throws EmisBizError{
public void checkDBBillIsLock(EmisWaybill emisWaybill) throws EmisBizError{
// 判断是否已超时及锁账
if(emisWaybill!=null ) {
@ -2155,7 +2155,6 @@ public class EmisBaseService {
throw new EmisBizError(EmisBizErrorType.BILL_LOCK, "已超时,不允许修改");
}
}
}