|
@@ -88,7 +88,8 @@
|
|
oi.product_price item_product_price,
|
|
oi.product_price item_product_price,
|
|
oi.product_quantity item_product_quantity,
|
|
oi.product_quantity item_product_quantity,
|
|
oi.product_attr item_product_attr,
|
|
oi.product_attr item_product_attr,
|
|
- if(oora.status = 2, 1, 0) as item_returnStatus,
|
|
|
|
|
|
+ if(oora.status is null,-1,oora.status) item_returnStatus,
|
|
|
|
+ if(oora.status = 2, 3, if(o.status = 2, 2, 1)) item_productStatus,
|
|
oh.id history_id,
|
|
oh.id history_id,
|
|
oh.operate_man history_operate_man,
|
|
oh.operate_man history_operate_man,
|
|
oh.create_time history_create_time,
|
|
oh.create_time history_create_time,
|