peng
2025-07-29 134f5b1aedeb90b9f7a71dc41e8f08e96bcb3f85
framework/src/main/resources/mapper/lmk/CustomerMapper.xml
@@ -38,7 +38,7 @@
            LM.*
        FROM
            li_member LM
        LEFT JOIN lmk_customer_black LMK ON LM.id = LMK.user_id and LMK.delete_flag = 0
        <where>
        <!-- 用户名模糊查询 -->
        <if test="query.username != null and query.username != ''">