@@ -112,4 +112,9 @@ public class GoodsOrderInfoForm extends BaseForm {
* 0无效 1有效
*/
private Integer state;
+
+ /**
+ * 订单类型0:线上订单,1:认购订单,2:后台订单
+ */
+ private Integer orderType;
}
@@ -82,4 +82,9 @@ public class OrderInfoBO {
@@ -106,7 +106,8 @@
aa.order_amount AS orderAmount,
aa.order_carbon_amount AS orderCarbonAmount,
aa.pay_no AS payNo,
- aa.state
+ aa.state,
+ aa.order_type AS orderType
FROM
t_goods_order_info aa
WHERE