@@ -74,7 +74,7 @@
LEFT JOIN purchase t4 ON t1.purchase_id = t4.id
<where>
t2.`type` != 3
- AND t3 .`status` in( 10,15 )
+ AND t3 .`status` = 10
<if test="contractIds neq null and contractIds.size() > 0">
<foreach collection="contractIds" item="contractId" open="AND t4.data_resource_id IN (" separator="," close=")">
#{contractId}