md
This commit is contained in:
parent
0093b888eb
commit
27565d5fed
@ -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, "已超时,不允许修改");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user