|
@@ -1918,9 +1918,11 @@ public class TWarehouseBillsServiceImpl implements ITWarehouseBillsService {
|
|
|
if (CollectionUtils.isNotEmpty(tWarehousebillsfees)) {
|
|
|
Long aLong = tWarehousebillsfees.get(0).getfBillstatus();
|
|
|
if (aLong == 4L || aLong == 5L) {
|
|
|
+ TransactionAspectSupport.currentTransactionStatus().setRollbackOnly();
|
|
|
return AjaxResult.error("订单费用审核中,不支持修改");
|
|
|
}
|
|
|
if (aLong == 6L) {
|
|
|
+ TransactionAspectSupport.currentTransactionStatus().setRollbackOnly();
|
|
|
return AjaxResult.error("订单费用审核通过,不支持修改");
|
|
|
}
|
|
|
}
|