Commit e01fb95d90c63f5cbd204d042eab090729f7a0b3

Authored by 房远帅
1 parent 74d47260

楚江ERP:权限

... ... @@ -120,7 +120,7 @@ public class CustomerCreditController extends DefaultBaseController {
120 120 * 修改
121 121 */
122 122 @ApiOperation("修改")
123   - @HasPermission({"customer-credit-manage:customer-credit-plan:modify"})
  123 + @HasPermission({"customer-credit-manage:customer-credit-plan:modify","customer-credit-manage:customer-credit-plan:change"})
124 124 @PutMapping("/update")
125 125 public InvokeResult<Void> update(@Valid @RequestBody UpdateCustomerCreditVo vo) {
126 126
... ...