From f47e7d71f9ce13f3964b7d3753d3b42b36d35582 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 08 Dec 2021 11:47:57 +0800
Subject: [PATCH] 保安员新增,修改,时间同步,定时任务打印时间

---
 src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml b/src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml
index 1a870b9..d520046 100644
--- a/src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml
+++ b/src/main/java/org/springblade/modules/record/mapper/RecordMapper.xml
@@ -56,12 +56,6 @@
         <if test="record.jurisdiction!=null and record.jurisdiction != '' and record.jurisdiction!='1372091709474910209'">
             and (sj.id = #{record.jurisdiction} or sj.parent_id = #{record.jurisdiction})
         </if>
-        <!--        <if test="record.usetype=='1'.toString()">-->
-        <!--            and jurisdiction in(${jurisdiction})-->
-        <!--        </if>-->
-        <!--        <if test="record.usetype=='2'.toString()">-->
-        <!--            and  jurisdiction=#{record.jurisdiction}-->
-        <!--        </if>-->
         <if test="record.papprove!=null and record.papprove!=''">
             and papprove=#{record.papprove}
         </if>

--
Gitblit v1.9.3