中扬CRM客户关系管理系统
#
lsh
2024-09-03 b633b8048cfe9a4f4e9c25e574551cedfd1ed28f
src/main/resources/mapper/CstmrFollMapper.xml
@@ -10,4 +10,8 @@
    </resultMap>
    <select id="selectCstmrIdUserId" resultMap="BaseResultMap">
        SELECT DISTINCT cstmr_id FROM [dbo].[man_cstmr_foll] WHERE user_id = #{userId} order by cstmr_id
    </select>
</mapper>