7 天以前 864037580c3e4d9f8c756b66ef40464d23262e6c
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>