src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -164,6 +164,12 @@ <if test="record.orderType != null"> and a.order_type=#{record.orderType} </if> <if test="record.allStatus == 2"> and a.status <![CDATA[<= ]]> 4 </if> <if test="record.allStatus == 3"> and a.status <![CDATA[>= ]]> 4 </if> </where> order by a.created_time desc </select>