【fix sonar】SystemAPIController文件

This commit is contained in:
梁琦涛
2023-03-09 16:50:02 +08:00
parent 1761a1f761
commit 20de46bc83
@@ -508,7 +508,7 @@ public class SystemAPIController {
* @param orgCode
*/
@GetMapping("/getDeptUserByOrgCode")
List<Map> getDeptUserByOrgCode(@RequestParam("orgCode")String orgCode){
List<Map<String,Object>> getDeptUserByOrgCode(@RequestParam("orgCode")String orgCode){
return this.sysBaseAPI.getDeptUserByOrgCode(orgCode);
}