【fix sonar】ISysBaseAPI文件
This commit is contained in:
+1
-1
@@ -451,7 +451,7 @@ public interface ISysBaseAPI extends CommonAPI {
|
|||||||
* @param orgCode
|
* @param orgCode
|
||||||
*/
|
*/
|
||||||
@GetMapping("/sys/api/getDeptUserByOrgCode")
|
@GetMapping("/sys/api/getDeptUserByOrgCode")
|
||||||
List<Map> getDeptUserByOrgCode(@RequestParam("orgCode")String orgCode);
|
List<Map<String,Object>> getDeptUserByOrgCode(@RequestParam("orgCode")String orgCode);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 42 查询分类字典翻译
|
* 42 查询分类字典翻译
|
||||||
|
|||||||
Reference in New Issue
Block a user