- improve jxutils.SplitStoreName

This commit is contained in:
gazebo
2019-03-18 15:04:42 +08:00
parent a4d8fd6230
commit 1e53e4edae
7 changed files with 67 additions and 12 deletions

View File

@@ -357,7 +357,7 @@ func JxBusinessTime2Ebai(store *model.Store) interface{} {
func genStoreMapFromStore(store *tEbaiStoreInfo) map[string]interface{} {
params := map[string]interface{}{
"name": jxutils.ComposeStoreName(store.Name, partner.StoreNameSeparator, VendorStorePrefix),
"name": jxutils.ComposeStoreName(store.Name, model.VendorIDEBAI),
"phone": store.Tel1,
"longitude": jxutils.IntCoordinate2Standard(store.Lng),
"latitude": jxutils.IntCoordinate2Standard(store.Lat),