- implement mtwm.DeleteRemoteStoreSkus

This commit is contained in:
gazebo
2019-03-20 15:31:26 +08:00
parent de63254fc3
commit 02db9f0b4f
4 changed files with 46 additions and 11 deletions

View File

@@ -107,7 +107,7 @@ func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName strin
openTime = append(openTime, [2]int16{storeDetail.OpenTime2, storeDetail.CloseTime2})
}
params := map[string]interface{}{
"name": jxutils.ComposeStoreName(storeDetail.Store.Name, model.VendorIDMTWM),
// "name": jxutils.ComposeStoreName(storeDetail.Store.Name, model.VendorIDMTWM),
"address": storeDetail.Address,
"longitude": jxutils.IntCoordinate2Standard(storeDetail.Lng),
"latitude": jxutils.IntCoordinate2Standard(storeDetail.Lat),