xiaoyong931011
2023-08-31 5c47b598e8e9ea258bc011cedf6c28d3d860ec43
订单查询
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
@@ -162,7 +162,7 @@
                and a.status = #{record.status}
            </if>
            <if test="record.status == 5">
                and a.status = 7
                and a.status = 5
            </if>
            <if test="record.memberId != null">
                and a.member_id=#{record.memberId}