xiaoyong931011
2023-05-09 5e019ce46e3d69f88f934aca70243d669c5ba4ec
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>