修复bug。

This commit is contained in:
chenyanchang
2026-05-27 17:15:02 +08:00
parent e8268aa300
commit 1f1a1cb138
2 changed files with 5 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ public class IndustryController extends BaseController
* 修改行业
*/
@ApiOperation("修改行业")
@PreAuthorize("@ss.hasPermi('cms:industry:edit')")
// @PreAuthorize("@ss.hasPermi('cms:industry:edit')")
@Log(title = "行业", businessType = BusinessType.UPDATE)
@PutMapping
public AjaxResult edit(@RequestBody Industry industry)