|
@@ -73,7 +73,7 @@
|
|
|
and t2.stat_date >=#{startTime}
|
|
|
and t2.stat_date <=#{endTime}
|
|
|
LEFT JOIN ctop_project t3 ON t1.project_id = t3.id
|
|
|
- where t1.auto_delivery != 3
|
|
|
+ where t1.auto_delivery != 3 AND account_status = 0
|
|
|
<if test="projectId != null ">
|
|
|
and t1.project_id = #{projectId}
|
|
|
</if>
|