diff --git a/upstream/jingdong/jingdong_order.go b/upstream/jingdong/jingdong_order.go
index c0af937285abf055175de9bfb2cdeb7c6049e42f..d296b2b3b647104fc7480f5d1bf79d7ea6baeb6b 100644
--- a/upstream/jingdong/jingdong_order.go
+++ b/upstream/jingdong/jingdong_order.go
@@ -99,8 +99,11 @@ type OrderDetailPOrder struct {
 }
 
 type OrderDetailCOrder struct {
-	POrder          int64          `json:"pOrder"` //京东主订单编号
-	OrderState      int            `json:"orderState"`
+	POrder       int64 `json:"pOrder"` //京东主订单编号
+	OrderState   int   `json:"orderState"`
+	JdOrderState int   `json:"jdOrderState"` //1.新单 2.等待支付	3.等待支付确认 4.延迟付款确认 5.订单暂停	 6.店长最终审核
+	// 7.等待打印	8.等待出库	9.等待打包	10.等待发货	11.自提途中	12.上门提货	13.自提退货	14.确认自提
+	//	16.等待确认收货	17.配送退货	18.货到付款确认	19.已完成	21.收款确认	22.锁定
 	JdOrderId       int64          `json:"jdOrderId"` //京东子订单编号
 	State           int            `json:"state"`
 	Freight         float64        `json:"freight"`