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 >= #{record.startTime} </if>