中扬CRM客户关系管理系统
Junjie
2023-03-03 fba2c448e9f3e7d24e95c1b4ffac77f9dfb391bd
src/main/java/com/zy/crm/manager/mapper/CstmrMapper.java
@@ -21,4 +21,6 @@
    int updateDeptIdByUserId(@Param("userId")Long userId, @Param("deptId")Long deptId);
    Cstmr selectByName(@Param("hostId") Long hostId, @Param("name") String name);
}