wkyy преди 4 години
родител
ревизия
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}