From 3c5d0550633c0549ac948f4e6a1b015377fa293f Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 07 Feb 2023 15:10:25 +0800 Subject: [PATCH] 代理人申请,后台审核 测试环境,数据库新建 后台系统名称修改 --- src/main/resources/mapper/modules/MallTeamLeaderMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/modules/MallTeamLeaderMapper.xml b/src/main/resources/mapper/modules/MallTeamLeaderMapper.xml index 816713b..2ea6875 100644 --- a/src/main/resources/mapper/modules/MallTeamLeaderMapper.xml +++ b/src/main/resources/mapper/modules/MallTeamLeaderMapper.xml @@ -192,7 +192,7 @@ and a.status = 2 </if> <if test="record.status == 0"> - and a.status in (2,3,4) + and a.status in (2,3,4,5,6) </if> <if test="record.query != null and record.query != ''"> and ( a.name like CONCAT('%', CONCAT(#{record.query}, '%')) -- Gitblit v1.9.1