作者 tangxvhui

bug 修复

@@ -7,14 +7,14 @@ import ( @@ -7,14 +7,14 @@ import (
7 ) 7 )
8 8
9 const ( 9 const (
10 - OrderStatusReserve = iota + 1 //预定中  
11 - OrderStatusDeliverSome //部分发货  
12 - OrderStatusDeliverAll //全部发货 10 + OrderStatusReserve int = iota + 1 //预定中
  11 + OrderStatusDeliverSome //部分发货
  12 + OrderStatusDeliverAll //全部发货
13 ) 13 )
14 14
15 const ( 15 const (
16 - OrderReal = iota + 1 //实发订单  
17 - OrderIntention //意向订单 16 + OrderReal int = iota + 1 //实发订单
  17 + OrderIntention //意向订单
18 ) 18 )
19 19
20 //买家 20 //买家