|
|
|
@@ -146,12 +146,6 @@ |
|
|
|
#{ridItem} |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|
<if test=" null != statusList "> |
|
|
|
and `status` in |
|
|
|
<foreach collection="statusList" index="index" item="stItem" open="(" separator="," close=")"> |
|
|
|
#{stItem} |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|
<if test=" null != notInIds "> |
|
|
|
and id not in |
|
|
|
<foreach collection="notInIds" index="index" item="nidItem" open="(" separator="," close=")"> |
|
|
|
|