zss
2 天以前 65b7bc39dc8b56f7a3b01980038cbfa92f1bc58d
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