From 5528e869fc25354fe62fbb228cfdd40e0df94dbc Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期一, 28 十一月 2022 08:32:06 +0800 Subject: [PATCH] # --- src/main/resources/mapper/CstmrMapper.xml | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/CstmrMapper.xml b/src/main/resources/mapper/CstmrMapper.xml index 8b08a70..72b1611 100644 --- a/src/main/resources/mapper/CstmrMapper.xml +++ b/src/main/resources/mapper/CstmrMapper.xml @@ -60,6 +60,19 @@ <choose> <when test="deptId != null and deptId != ''"> AND (CHARINDEX(','+#{deptId}+',', ','+sd.path+',') > 0 OR sd.id = #{deptId}) + or + ( + user_id = #{userId} + or + mc.id in + ( + select + cstmr_id + from man_cstmr_foll + where 1=1 + and user_id = #{userId} + ) + ) </when> <otherwise> and -- Gitblit v1.9.1