update 修改待确收金额 权限

This commit is contained in:
lijiarao
2024-07-25 15:25:34 +08:00
parent f25475ccdd
commit d455af9bd0
@@ -201,7 +201,7 @@ public class PayPaymentRecordController extends JeroController<PayPaymentRecord,
/**
* 编辑待确收金额
*/
@RequiresPermissions({"incomePaymentAndInvoiving:confirmPayment","packProject:confirmPayment"})
@RequiresPermissions("incomePaymentAndInvoiving:editReceivableAmount")
@AutoLog(value = "编辑待确收金额")
@ApiOperation(value="编辑待确收金额", notes="编辑待确收金额")
@PostMapping(value = "/editReceivableAmount")