|
|
|
@@ -251,7 +251,7 @@ |
|
|
|
select |
|
|
|
<include refid="allColumns"/> |
|
|
|
from wx_order |
|
|
|
where press_end_date is not null and (order_status = 6 or order_status = 7) and tenant_id = #{tenantId} |
|
|
|
where press_end_date is not null and order_status = 6 and tenant_id = #{tenantId} |
|
|
|
<if test="type != null"> |
|
|
|
AND type = #{type,jdbcType=TINYINT} |
|
|
|
</if> |
|
|
|
|