@@ -53,6 +53,7 @@
<result column="offset_points" property="offsetPoints"/>
<result column="pay_time" property="payTime"/>
<result column="dvy_type" property="dvyType"/>
+ <result column="comm_sts" property="commSts"/>
<collection property="orderItemDtos" ofType="com.yami.shop.bean.app.dto.MyOrderItemDto">
<result column="order_number" jdbcType="VARCHAR" property="orderNumber"/>
<result column="pic" jdbcType="VARCHAR" property="pic"/>
@@ -664,7 +665,7 @@
o.offset_points,
o.pay_time,
o.dvy_type,
- o.comm_sts AS commSts,
+ o.comm_sts,
(SELECT r.refund_type FROM tz_order_refund r WHERE r.order_id =o.order_id ORDER BY r.update_time DESC LIMIT 0,1) AS refund_type,
(SELECT r.return_money_sts FROM tz_order_refund r WHERE r.order_id =o.order_id ORDER BY r.update_time DESC LIMIT 0,1) AS return_money_sts,
oi.pic,oi.price,oi.prod_name,oi.pic,oi.sku_name,ifnull(oi.use_score,0) as use_score,oi.prod_id,oi.rec_time,oi.prod_count,oi.order_item_id,oi.comm_sts,