From 379fdcd4ed36d48dcb50b244b2bb80cafd311ef8 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 31 Aug 2023 11:22:58 +0800 Subject: [PATCH] 退款查询 --- src/main/resources/mapper/modules/MallOrderInfoMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml index fb2e09e..8136f36 100644 --- a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml +++ b/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} -- Gitblit v1.9.1