| src/main/resources/mapper/basic/CustomerMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/basic/CustomerMapper.xml
@@ -9,9 +9,9 @@ <select id="listPage" resultType="com.ruoyi.basic.vo.CustomerVo"> select c.*, u.user_name usage_user_name, u.nick_name as usage_user_name, ( select group_concat(u2.user_name separator ', ') select group_concat(u2.nick_name separator ', ') from customer_user cu left join sys_user u2 on cu.user_id = u2.user_id where cu.customer_id = c.id