|
|
@ -440,7 +440,7 @@ |
|
|
|
<if test="qsr != null and qsr != '' and qsr != 'null' "> |
|
|
|
<if test="qsr != null and qsr != '' and qsr != 'null' "> |
|
|
|
and t.qs_name = #{qsr} |
|
|
|
and t.qs_name = #{qsr} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="rzhr == 'admin'"> |
|
|
|
<if test="rzhr == '[admin]'"> |
|
|
|
and (t.confirm_user in |
|
|
|
and (t.confirm_user in |
|
|
|
<foreach collection="rzhr" index="index" item="item" open="(" separator="," close=")"> |
|
|
|
<foreach collection="rzhr" index="index" item="item" open="(" separator="," close=")"> |
|
|
|
#{item} |
|
|
|
#{item} |
|
|
|