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); }