【fix sonar】ISysBaseAPI文件

This commit is contained in:
梁琦涛
2023-03-09 16:49:30 +08:00
parent 617bc1940d
commit 936e5f4330
@@ -305,7 +305,7 @@ public interface ISysBaseAPI extends CommonAPI {
* 43 获取公司下级部门和公司下所有用户信息
* @param orgCode
*/
List<Map> getDeptUserByOrgCode(String orgCode);
List<Map<String,Object>> getDeptUserByOrgCode(String orgCode);
/**