【fix sonar】 SysCategoryController.java 文件
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ import java.util.stream.Collectors;
|
|||||||
public class SysCategoryController {
|
public class SysCategoryController {
|
||||||
@Autowired
|
@Autowired
|
||||||
private ISysCategoryService sysCategoryService;
|
private ISysCategoryService sysCategoryService;
|
||||||
private String ERROE_MSG = "未找到对应实体";
|
private static final String ERROE_MSG = "未找到对应实体";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 分页列表查询
|
* 分页列表查询
|
||||||
|
|||||||
Reference in New Issue
Block a user