wkyy 3 лет назад
Родитель
Сommit
9aa70e77f5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      common/src/main/resources/mapper/job/Resume.xml

+ 1 - 1
common/src/main/resources/mapper/job/Resume.xml

@@ -223,7 +223,7 @@
 			jre.del_flag = 0
 			and jr.status_ = '1'
 			<if test="searchParams.id != null">
-				and su.id_ = #{searchParams.id}
+				and su.id_ like #{searchParams.id}
 			</if>
 			<if test="searchParams.type != null">
 				and jre.approve_status = #{searchParams.type}