|
@@ -223,7 +223,7 @@
|
|
|
jre.del_flag = 0
|
|
|
and jr.status_ = '1'
|
|
|
<if test="searchParams.id != null">
|
|
|
- and su.id_ = #{searchParams.id}
|
|
|
+ and su.id_ like #{searchParams.id}
|
|
|
</if>
|
|
|
<if test="searchParams.type != null">
|
|
|
and jre.approve_status = #{searchParams.type}
|