- fk
This commit is contained in:
@@ -116,8 +116,8 @@ func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName strin
|
|||||||
params := map[string]interface{}{
|
params := map[string]interface{}{
|
||||||
"name": remoteStoreInfo.Name, //jxutils.ComposeStoreName(storeDetail.Store.Name, model.VendorIDMTWM),
|
"name": remoteStoreInfo.Name, //jxutils.ComposeStoreName(storeDetail.Store.Name, model.VendorIDMTWM),
|
||||||
"address": storeDetail.Address,
|
"address": storeDetail.Address,
|
||||||
"longitude": remoteStoreInfo.Longitude,
|
"longitude": jxutils.IntCoordinate2Standard(int(remoteStoreInfo.Longitude)),
|
||||||
"latitude": remoteStoreInfo.Latitude,
|
"latitude": jxutils.IntCoordinate2Standard(int(remoteStoreInfo.Latitude)),
|
||||||
"phone": storeDetail.Tel1,
|
"phone": storeDetail.Tel1,
|
||||||
"shipping_fee": remoteStoreInfo.ShippingFee,
|
"shipping_fee": remoteStoreInfo.ShippingFee,
|
||||||
"shipping_time": remoteStoreInfo.ShippingTime,
|
"shipping_time": remoteStoreInfo.ShippingTime,
|
||||||
|
|||||||
Reference in New Issue
Block a user