中扬CRM客户关系管理系统
#
Junjie
2023-09-08 155bb21ac78455a0c5b3a2302528ade7a5a6fb19
src/main/java/com/zy/crm/system/mapper/UserMapper.java
@@ -17,4 +17,6 @@
    List<User> getUserByDept(@Param("hostId")Long hostId, @Param("deptId")Long deptId);
    List<User> getDeptManager(@Param("hostId")Long hostId, @Param("deptId")Long deptId);
}