订单数量 fix bug
This commit is contained in:
parent
3cc2af8d1a
commit
f1171c72dd
@ -724,7 +724,7 @@
|
||||
|
||||
<!-- 无配送类型或0-全部 -->
|
||||
<if test="delivery == null or delivery == 0">
|
||||
AND ob.order_state_id IN (2011, 2012, 2013, 2014, 2020, 2030, 2040, 2050, 2060)
|
||||
AND ob.order_state_id IN (2011, 2012, 2013, 2014, 2020, 2030, 2040, 2050, 2060, 2070, 2080)
|
||||
</if>
|
||||
|
||||
<if test="beginTime != null and beginTime > 0">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user