|
|
@@ -452,7 +452,7 @@
|
|
|
and t.sbzt_desc=#{sbztDesc}
|
|
|
</if>
|
|
|
<if test="checkUser!=null and checkUser!=''">
|
|
|
- and t.check_user=#{checkUser}
|
|
|
+ and t.check_user like concat('%', #{checkUser}, '%')
|
|
|
</if>
|
|
|
<if test="confirmUser!=null and confirmUser!=''">
|
|
|
and t.confirm_user=#{confirmUser}
|