src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -19,6 +19,9 @@ <if test="record.payResult != null and record.payResult != ''"> and a.pay_result = #{record.payResult} </if> <if test="record.orderType != null"> and a.order_type = #{record.orderType} </if> <if test="record.status != null and record.status != ''"> and a.status = #{record.status} </if>