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