debug
This commit is contained in:
@@ -69,14 +69,21 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
|
|||||||
globals.SugarLogger.Debug("timeStr", timeStr)
|
globals.SugarLogger.Debug("timeStr", timeStr)
|
||||||
}
|
}
|
||||||
m := make(map[int64]string)
|
m := make(map[int64]string)
|
||||||
for j := 1; j <= 7; j++ {
|
//for j := 1; j <= 7; j++ {
|
||||||
globals.SugarLogger.Debug("我在==========timeStr")
|
globals.SugarLogger.Debug("我在==========timeStr")
|
||||||
m[int64(j)] = timeStr
|
m[1] = timeStr
|
||||||
}
|
m[2] = timeStr
|
||||||
|
m[3] = timeStr
|
||||||
|
m[4] = timeStr
|
||||||
|
m[5] = timeStr
|
||||||
|
m[6] = timeStr
|
||||||
|
m[7] = timeStr
|
||||||
|
globals.SugarLogger.Debug("")
|
||||||
|
//}
|
||||||
list := shop_batchCreateStore_request.StoreListItem{
|
list := shop_batchCreateStore_request.StoreListItem{
|
||||||
RowId: 1,
|
RowId: 1,
|
||||||
Name: storeDetail.Name,
|
Name: storeDetail.Name,
|
||||||
StoreCode: storeDetail.VendorStoreID,
|
StoreCode: utils.Int2Str(storeDetail.ID),
|
||||||
Longitude: utils.Float64ToStr(jxutils.IntCoordinate2Standard(storeDetail.Lng)),
|
Longitude: utils.Float64ToStr(jxutils.IntCoordinate2Standard(storeDetail.Lng)),
|
||||||
Latitude: utils.Float64ToStr(jxutils.IntCoordinate2Standard(storeDetail.Lat)),
|
Latitude: utils.Float64ToStr(jxutils.IntCoordinate2Standard(storeDetail.Lat)),
|
||||||
Province: storeDetail.ProvinceName,
|
Province: storeDetail.ProvinceName,
|
||||||
|
|||||||
Reference in New Issue
Block a user