xiaoyong931011
2022-09-05 cedd63e6a0275eb7b32f10ab9b2bc22e30fb42c2
20220902
1 files modified
2 ■■■ changed files
src/main/resources/mapper/modules/MallOrderInfoMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -51,7 +51,7 @@
        from mall_order_info a
        left join mall_member b on a.member_id = b.id
        <where>
            a.del_flag=2
--             a.del_flag=2
            <if test="record != null">
                <if test="record.payResult != null and record.payResult != ''">
                    and a.pay_result = #{record.payResult}