wkyy hace 3 años
padre
commit
3eeac3d09b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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=",">