aa
This commit is contained in:
@@ -204,6 +204,9 @@ func (c *PurchaseHandler) getOrder(a *jdapi.API, orderID string) (order *model.G
|
|||||||
orderMap, err = a.QuerySingleOrder(orderID)
|
orderMap, err = a.QuerySingleOrder(orderID)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
order = c.Map2Order(orderMap)
|
order = c.Map2Order(orderMap)
|
||||||
|
if configs, err := dao.QueryConfigs(dao.GetDB(), "jdStorePageCookie", model.ConfigTypeCookie, ""); err == nil {
|
||||||
|
a.SetJdCookie(configs[0].Value)
|
||||||
|
}
|
||||||
realMobile, _ = a.GetRealMobile4Order(orderID, order.VendorStoreID)
|
realMobile, _ = a.GetRealMobile4Order(orderID, order.VendorStoreID)
|
||||||
if realMobile != "" {
|
if realMobile != "" {
|
||||||
order.ConsigneeMobile2 = jxutils.FormalizeMobile(realMobile)
|
order.ConsigneeMobile2 = jxutils.FormalizeMobile(realMobile)
|
||||||
|
|||||||
Reference in New Issue
Block a user