|
@@ -53,7 +53,7 @@ public class DictDataTenantController {
|
|
|
@PutMapping("/update")
|
|
|
@Operation(summary = "修改租户字典数据")
|
|
|
@PreAuthorize("@ss.hasPermission('tenant:dictTenant-data:update')")
|
|
|
- public CommonResult<Boolean> updateDictData(@Valid @RequestBody DictDataTenantSaveReqVO updateReqVO) {
|
|
|
+ public CommonResult<Boolean> updateDictData(@Valid @RequestBody DictDataTenantPageReqVO updateReqVO) {
|
|
|
dictDataTenantService.updateDictData(updateReqVO);
|
|
|
return success(true);
|
|
|
}
|