打印测试
This commit is contained in:
@@ -804,7 +804,6 @@ func generateOrder(ctx *jxcontext.Context, jxOrder *JxOrderInfo, addressID int64
|
||||
outJxOrder.FreightPrice = 0
|
||||
}
|
||||
}
|
||||
fmt.Println("test11111111111111111111111111111111111111", IsDeliverySelf)
|
||||
if IsDeliverySelf {
|
||||
outJxOrder.FreightPrice = 0
|
||||
}
|
||||
@@ -816,7 +815,6 @@ func generateOrder(ctx *jxcontext.Context, jxOrder *JxOrderInfo, addressID int64
|
||||
outJxOrder = nil
|
||||
deliveryAddress = nil
|
||||
}
|
||||
fmt.Println("test222222222222222222222222222222222222", utils.Format4Output(outJxOrder, false))
|
||||
return outJxOrder, deliveryAddress, err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user