From 55793861746f0a8dd74b84d444a60c43f982b255 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 06 二月 2025 23:17:38 +0800 Subject: [PATCH] oss获取图方式修改 --- ycl-platform/src/main/resources/mapper/caseHandler/DisposeRecordMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ycl-platform/src/main/resources/mapper/caseHandler/DisposeRecordMapper.xml b/ycl-platform/src/main/resources/mapper/caseHandler/DisposeRecordMapper.xml index 0ede22c..0f5e2ce 100644 --- a/ycl-platform/src/main/resources/mapper/caseHandler/DisposeRecordMapper.xml +++ b/ycl-platform/src/main/resources/mapper/caseHandler/DisposeRecordMapper.xml @@ -56,7 +56,7 @@ left join ums_sccg_region t5 on t5.id = t3.community_id <where> t1.admin_id = #{id} and t3.`code` is not null - AND t2.state = 0 + AND t2.state = 0 and t1.role_id != 35 <if test="code!='' and code!=null"> and t3.`code` LIKE CONCAT('%',#{code},'%') </if> @@ -117,7 +117,7 @@ left join ums_sccg_region t5 on t5.id = t3.community_id <where> t1.admin_id = #{id} and t3.`code` is not null - AND t2.state = 0 + AND t2.state = 0 and t1.role_id != 35 <if test="code!='' and code!=null"> and t3.`code` LIKE CONCAT('%',#{code},'%') </if> -- Gitblit v1.8.0