aa
This commit is contained in:
@@ -104,7 +104,7 @@ func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName strin
|
||||
}
|
||||
if err == nil {
|
||||
param := &jdshopapi.UpdateBasicParam{
|
||||
StoreName: storeName,
|
||||
//StoreName: storeName,
|
||||
CategoryID2: 4,
|
||||
Coordinate: utils.Float64ToStr(jxutils.IntCoordinate2Standard(store.Lat)) + "," + utils.Float64ToStr(jxutils.IntCoordinate2Standard(store.Lng)),
|
||||
BussinessBeginTime: int2TimeStr(int(store.OpenTime1)),
|
||||
|
||||
Reference in New Issue
Block a user