|
@@ -352,11 +352,6 @@ public class TWarehouseAgreementServiceImpl implements ITWarehouseAgreementServi
|
|
|
TransactionAspectSupport.currentTransactionStatus().setRollbackOnly();
|
|
|
return AjaxResult.error("更新协议明细状态失败,请联系管理员");
|
|
|
}
|
|
|
- try{
|
|
|
- int itemUpdateResult = tWarehouseAgreementitemsMapper.agreementitemsFollowUpdate(fPid,fettle);
|
|
|
- }catch (Exception exception){
|
|
|
- return AjaxResult.error("更新协议明细状态失败,请联系管理员");
|
|
|
- }
|
|
|
return AjaxResult.success();
|
|
|
}
|
|
|
|