【fix sonar】ISysBaseAPI文件

This commit is contained in:
梁琦涛
2023-03-09 16:49:15 +08:00
parent d3bca31841
commit 617bc1940d
@@ -451,7 +451,7 @@ public interface ISysBaseAPI extends CommonAPI {
* @param orgCode
*/
@GetMapping("/sys/api/getDeptUserByOrgCode")
List<Map> getDeptUserByOrgCode(@RequestParam("orgCode")String orgCode);
List<Map<String,Object>> getDeptUserByOrgCode(@RequestParam("orgCode")String orgCode);
/**
* 42 查询分类字典翻译