中扬CRM客户关系管理系统
#
Junjie
2023-09-08 133307a0637193ca0c23f468aea2bd91c76e710a
src/main/resources/mapper/OrderMapper.xml
@@ -91,6 +91,9 @@
        <if test="hostId != null">
            and mo.host_id = #{hostId}
        </if>
        <if test="status != null">
            and mo.status = #{status}
        </if>
        <if test="condition != null and condition != ''">
            and (
            mo.uuid like concat('%',#{condition},'%')