|
|
@@ -151,7 +151,7 @@ |
|
|
select |
|
|
select |
|
|
<include refid="allColumns"/> |
|
|
<include refid="allColumns"/> |
|
|
from wx_order |
|
|
from wx_order |
|
|
where order_status = '0' and press_end_date is not null |
|
|
|
|
|
|
|
|
where order_status = 7 and press_end_date is not null |
|
|
<if test="type != null"> |
|
|
<if test="type != null"> |
|
|
AND type = #{type,jdbcType=TINYINT} |
|
|
AND type = #{type,jdbcType=TINYINT} |
|
|
</if> |
|
|
</if> |
|
|
|