wkyy před 3 roky
rodič
revize
bcc456f3d3

+ 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=",">