中扬CRM客户关系管理系统
LSH
2023-08-03 7fee45e68785dfba91f803772a4aef9017a2a811
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>