Ver Fonte

bug修改

wkyy há 3 anos atrás
pai
commit
3eeac3d09b
1 ficheiros alterados com 1 adições e 1 exclusões
  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_ = #{searchParams.id}
 			</if>
 		</where>
 		<foreach item="sort" collection="sortList"  open="order by" separator=",">