xiaoyong931011
2022-05-18 1703d0819d3cab4619709c097224d8d74de0ef4a
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>