From 70510d49fc0381d40642857466fa7165d33027e5 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 14 Sep 2021 11:16:56 +0800
Subject: [PATCH] 荣誉录入新增发证机关字段,保安员查询接口修改,保安公司查询修改

---
 src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 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 128cee9..257fcfb 100644
--- a/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
+++ b/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -1168,7 +1168,7 @@
             and A.jurisdiction =#{jurisdiction}
         </if>
         <if test="deptid!=null and deptid!=''">
-            and d.dept_name like concat(concat('%', #{deptid}),'%')
+            and d.enterpriseName like concat(concat('%', #{deptid}),'%')
         </if>
         <if test="stats!=null and stats!=''">
             and d.stats =#{stats}

--
Gitblit v1.9.3