wzy
2022-05-17 e033f8a6f821cdb06bbf17e5f10da2d8a8d7297e
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>