update 修改待确收金额 权限
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user