【fix sonar】 SysCategoryController.java 文件
This commit is contained in:
+1
-1
@@ -457,7 +457,7 @@ public class SysCategoryController {
|
|||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@GetMapping("/getChildListBatch")
|
@GetMapping("/getChildListBatch")
|
||||||
public Result getChildListBatch(@RequestParam("parentIds") String parentIds) {
|
public Result<IPage<SysCategory>> getChildListBatch(@RequestParam("parentIds") String parentIds) {
|
||||||
try {
|
try {
|
||||||
QueryWrapper<SysCategory> queryWrapper = new QueryWrapper<>();
|
QueryWrapper<SysCategory> queryWrapper = new QueryWrapper<>();
|
||||||
List<String> parentIdList = Arrays.asList(parentIds.split(","));
|
List<String> parentIdList = Arrays.asList(parentIds.split(","));
|
||||||
|
|||||||
Reference in New Issue
Block a user