收入合同履约记录列表插件优化

This commit is contained in:
xuhaihui 2026-01-12 17:28:30 +08:00
parent c8989505df
commit 18319ece19
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ public class InPerFormRecordsListPlugin extends AbstractListPlugin {
ec_in_performrecords.set("zcgj_taxamount", totalTax.abs());//履约税额
SaveServiceHelper.update(ec_in_performrecords);
}
this.getView().showSuccessNotification("更新成功");
}
}
}