Showing
1 changed file
with
1 additions
and
1 deletions
xingyun-sc/src/main/java/com/lframework/xingyun/sc/controller/customer/CustomerCreditController.java
| ... | ... | @@ -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 | ... | ... |