From 26a806f1ce93ccf99ad07bf5bacb53a836845a3d Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 12 Jul 2022 10:28:33 +0800
Subject: [PATCH] 密码修改
---
src/main/java/org/springblade/modules/zc/mapper/ZcMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/java/org/springblade/modules/zc/mapper/ZcMapper.xml b/src/main/java/org/springblade/modules/zc/mapper/ZcMapper.xml
index a771aaf..7486814 100644
--- a/src/main/java/org/springblade/modules/zc/mapper/ZcMapper.xml
+++ b/src/main/java/org/springblade/modules/zc/mapper/ZcMapper.xml
@@ -44,6 +44,9 @@
<if test="zc.examination_type != null and zc.examination_type != '' ">
and examination_type = #{zc.examination_type}
</if>
+ <if test="zc.jurisdiction != null and zc.jurisdiction != '' ">
+ and (jurisdiction = #{zc.jurisdiction} or workjurisdiction = #{zc.jurisdiction})
+ </if>
and type != 1 ORDER BY zctime DESC
</select>
--
Gitblit v1.9.3