From 20d471063e03b9925ae296bf76a20035378bb5be Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 24 Sep 2021 11:42:49 +0800 Subject: [PATCH] Merge branch 'master' of http://120.27.238.55:7000/r/xc-mall --- src/main/resources/mapper/modules/MallOrderInfoMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml index a519661..85d9104 100644 --- a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml +++ b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml @@ -96,6 +96,9 @@ <if test="record.status != 4 and record.status != 0"> and a.status = #{record.status} </if> + <if test="record.memberId != null"> + and a.member_id=#{record.memberId} + </if> </where> order by a.created_time desc </select> -- Gitblit v1.9.1