Browse Source

bug修改

wkyy 3 years ago
parent
commit
bcc456f3d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/src/main/resources/mapper/job/JobUser.xml

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

@@ -202,7 +202,7 @@
 		<where>
 			jre.del_flag = 0
 			<if test="searchParams.id != null">
-				and su.id_ = #{searchParams.id}
+				and su.id_ like #{searchParams.id}
 			</if>
 		</where>
 		<foreach item="sort" collection="sortList"  open="order by" separator=",">