1
This commit is contained in:
@@ -84,7 +84,7 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
|
|||||||
var (
|
var (
|
||||||
//storeIDs string
|
//storeIDs string
|
||||||
tempStoreID []int64
|
tempStoreID []int64
|
||||||
lists []shop_batchCreateStore_request.StoreListItem
|
//lists []shop_batchCreateStore_request.StoreListItem
|
||||||
ShopBatchCreateStoreParam *shop_batchCreateStore_request.ShopBatchCreateStoreParam
|
ShopBatchCreateStoreParam *shop_batchCreateStore_request.ShopBatchCreateStoreParam
|
||||||
FreightTemplate = &model.FreightTemplate{}
|
FreightTemplate = &model.FreightTemplate{}
|
||||||
)
|
)
|
||||||
@@ -101,6 +101,8 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
|
|||||||
for j := 1; j <= 7; j++ {
|
for j := 1; j <= 7; j++ {
|
||||||
m[int64(j)] = timeStr
|
m[int64(j)] = timeStr
|
||||||
}
|
}
|
||||||
|
globals.SugarLogger.Debug("mmmmmmmmmmmmmmmm", m)
|
||||||
|
lists := []shop_batchCreateStore_request.StoreListItem{}
|
||||||
list := shop_batchCreateStore_request.StoreListItem{
|
list := shop_batchCreateStore_request.StoreListItem{
|
||||||
RowId: 1,
|
RowId: 1,
|
||||||
Name: storeDetail.Name,
|
Name: storeDetail.Name,
|
||||||
|
|||||||
Reference in New Issue
Block a user