中扬CRM客户关系管理系统
#
whycq
2023-09-09 34f99d106551b51bf2af3bbd40c64624a3af25eb
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},'%')