【fix sonar】SystemAPIController文件
This commit is contained in:
+1
-1
@@ -508,7 +508,7 @@ public class SystemAPIController {
|
|||||||
* @param orgCode
|
* @param orgCode
|
||||||
*/
|
*/
|
||||||
@GetMapping("/getDeptUserByOrgCode")
|
@GetMapping("/getDeptUserByOrgCode")
|
||||||
List<Map> getDeptUserByOrgCode(@RequestParam("orgCode")String orgCode){
|
List<Map<String,Object>> getDeptUserByOrgCode(@RequestParam("orgCode")String orgCode){
|
||||||
return this.sysBaseAPI.getDeptUserByOrgCode(orgCode);
|
return this.sysBaseAPI.getDeptUserByOrgCode(orgCode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user