zss
9 天以前 3ac318e2f614e8c57a0a9a6d175d2909ba1dbc21
src/main/resources/mapper/basic/CustomerMapper.xml
@@ -26,7 +26,6 @@
        from customer c
        left join sys_user u on c.usage_user = u.user_id
        <where>
            and c.usage_status = 1
            <if test="c.customerName != null and c.customerName != ''">
                and customer_name like concat('%', #{c.customerName}, '%')
            </if>