From aef469e9a54038868e51b610aa6465470b09753c Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Wed, 15 Sep 2021 20:29:59 +0800
Subject: [PATCH] 1.社保

---
 src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 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 bc35905..0833608 100644
--- a/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
+++ b/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -79,7 +79,7 @@
         <if test="information.stats!=null and information.stats!=''">
             and i.stats=#{information.stats}
         </if>
-        <if test="information.jurisdiction!=null and information.jurisdiction!='' and information.jurisdiction!='1123598813738675201'">
+        <if test="information.jurisdiction!=null and information.jurisdiction!='' and information.jurisdiction!='1372091709474910209'">
             and i.jurisdiction=#{information.jurisdiction}
         </if>
         <if test="information.departmentid!=null and information.departmentid!=''">
@@ -154,7 +154,7 @@
         ) A ON H.departmentid = A.dept_id
         LEFT JOIN ( SELECT COUNT(*) AS num, u.dept_id FROM blade_user u WHERE (u.examination_type = 1 or u.examination_type is null ) and role_id = '1412226235153731586' AND `status` = 1 AND is_deleted = 0 GROUP BY u.dept_id
         ) B ON H.departmentid = B.dept_id where 1=1
-        <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1123598813738675201'">
+        <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1372091709474910209'">
             and H.jurisdiction = #{jurisdiction}
         </if>
         <if test="deptid!=null and deptid!=''">
@@ -212,7 +212,7 @@
         <if test="deptid!=null and deptid!=''">
             and H.departmentid = #{deptid}
         </if>
-        <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1123598813738675201'">
+        <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1372091709474910209'">
             and H.jurisdiction = #{jurisdiction}
         </if>
     </select>
@@ -260,7 +260,7 @@
         GROUP BY
         dept_id
         ) B ON H.departmentid  = B.dept_id where 1=1
-        <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1123598813738675201'">
+        <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1372091709474910209'">
             and H.jurisdiction = #{jurisdiction}
         </if>
         <if test="deptid!=null and deptid!=''">
@@ -282,7 +282,7 @@
         <if test="deptid!=null and deptid!=''">
             and H.departmentid = #{deptid}
         </if>
-        <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1123598813738675201'">
+        <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1372091709474910209'">
             and H.jurisdiction = #{jurisdiction}
         </if>
     </select>
@@ -321,7 +321,7 @@
         FROM
         `sys_dispatcher_unit`
         WHERE YEAR (end_time) >='2021'
-        <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1123598813738675201'">
+        <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1372091709474910209'">
             and jurisdiction =#{jurisdiction}
         </if>
         <if test="deptid!=null and deptid!=''">

--
Gitblit v1.9.3