|
@@ -210,8 +210,8 @@
|
|
|
and b.send_type != 4 and b.status in (2,3)
|
|
and b.send_type != 4 and b.status in (2,3)
|
|
|
and c.`status` = 1
|
|
and c.`status` = 1
|
|
|
<if test="sopIds != null and !sopIds.isEmpty()">
|
|
<if test="sopIds != null and !sopIds.isEmpty()">
|
|
|
- and a.sop_id in ("85e6fdb7cdc555f1042317dd8a3770e0")
|
|
|
|
|
-<!-- <foreach collection="sopIds" open="(" close=")" index="index" item="item" separator=",">#{item}</foreach>-->
|
|
|
|
|
|
|
+ and a.sop_id in
|
|
|
|
|
+ <foreach collection="sopIds" open="(" close=")" index="index" item="item" separator=",">#{item}</foreach>
|
|
|
</if>
|
|
</if>
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|