소스 검색

bug修改

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}