修复bug。
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user