中扬CRM客户关系管理系统
#
LSH
2023-11-17 9e62b27d593c2db04e389f973420743eab55e555
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>