From 0b4084a4f290e311abe5d694fb6ff10ea8e4df9a Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sat, 28 Aug 2021 10:58:57 +0800
Subject: [PATCH] 工作汇报数据推送修改
---
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml b/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
index 7603447..53eb299 100644
--- a/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
+++ b/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -157,7 +157,7 @@
WHERE u.examination_type = 1
GROUP BY u.dept_id,u.jurisdiction
) B ON A.dept_id = B.dept_id
- <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1123598813738675201">
+ <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1123598813738675201'">
WHERE A.jurisdiction = #{jurisdiction}
</if>
<if test="deptid!=null and deptid==''">
@@ -180,7 +180,7 @@
WHERE role_id = '1412226235153731586' AND `status`=1 AND is_deleted=0
AND hold = 2
GROUP BY dept_id,jurisdiction) B ON A.dept_id = B.dept_id
- <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1123598813738675201">
+ <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1123598813738675201'">
WHERE A.jurisdiction = #{jurisdiction}
</if>
<if test="deptid!=null and deptid==''">
@@ -210,7 +210,7 @@
WHERE role_id = '1412226235153731586' AND `status`=1 AND is_deleted=0
AND dispatch = 0
GROUP BY dept_id,jurisdiction) B ON A.dept_id = B.dept_id
- <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1123598813738675201">
+ <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1123598813738675201'">
WHERE A.jurisdiction = #{jurisdiction}
</if>
<if test="deptid!=null and deptid==''">
--
Gitblit v1.9.3