Commit 052f9064 authored by hezhen's avatar hezhen

123

parent 5c86b86f
......@@ -24,7 +24,7 @@
AND p.`status`= #{status}
</if>
<if test="nowTime != null and nowTime > 0">
AND p.`publish_end_time` >= #{nowTime} and status in (0)
AND p.`publish_end_time` >= #{nowTime} AND p.number > (p.confirm_number+p.wait_confirm_number) and p.status in (0)
</if>
<if test="dataCompanyIds != null and dataCompanyIds.size > 0">
and p.id in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment