From 8a475647ab83b96edb2e6077df47703c0a1ab6e1 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 08 Jul 2021 23:51:13 +0800
Subject: [PATCH] 1.派遣记录接口修改 2.新增从业记录批量新增修改接口 3.系统菜单接口修改,将 大写MODE 修改为小写

---
 src/main/java/org/springblade/modules/recruitment/mapper/RecruitmentMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/org/springblade/modules/recruitment/mapper/RecruitmentMapper.xml b/src/main/java/org/springblade/modules/recruitment/mapper/RecruitmentMapper.xml
index 45e5ef3..82fd395 100644
--- a/src/main/java/org/springblade/modules/recruitment/mapper/RecruitmentMapper.xml
+++ b/src/main/java/org/springblade/modules/recruitment/mapper/RecruitmentMapper.xml
@@ -64,7 +64,7 @@
         WHERE
             1=1
         <if test="recruitment.id!=null">
-            and sr.id &lt;= #{recruitment.id}
+            and sr.id = #{recruitment.id}
         </if>
     </select>
 </mapper>

--
Gitblit v1.9.3