xiaoyong931011
2023-07-15 ce983cb64cd6d7c90b05583425717908c6743b51
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -72,6 +72,9 @@
                <if test="record.name != null and record.name != ''">
                    and b.name like CONCAT('%', CONCAT(#{record.name}, '%'))
                </if>
                <if test="record.phone != null and record.phone != ''">
                    and b.phone like CONCAT('%', CONCAT(#{record.phone}, '%'))
                </if>
                <if test="record.startTime != null and record.startTime != ''">
                    and a.order_time &gt;= #{record.startTime}
                </if>