zss
2026-08-22 56a39c64a8f8c189cc7da19f8d20256758b28ad6
src/main/resources/mapper/basic/CustomerMapper.xml
@@ -9,7 +9,7 @@
    <select id="listPage" resultType="com.ruoyi.basic.vo.CustomerVo">
        select
        c.*,
        u.user_name usage_user_name,
        u.nick_name usage_user_name,
        (
        select group_concat(u2.user_name separator ', ')
        from customer_user cu