- 修复StoreDetail2字段描述错误
This commit is contained in:
@@ -881,9 +881,10 @@ func RefreshMissingDadaStores(ctx *jxcontext.Context, storeID int, isAsync, isCo
|
|||||||
return nil, err
|
return nil, err
|
||||||
}, storeList)
|
}, storeList)
|
||||||
tasksch.HandleTask(task, nil, true).Run()
|
tasksch.HandleTask(task, nil, true).Run()
|
||||||
hint = task.ID
|
|
||||||
if !isAsync {
|
if !isAsync {
|
||||||
_, err = task.GetResult(0)
|
_, err = task.GetResult(0)
|
||||||
|
} else {
|
||||||
|
hint = task.ID
|
||||||
}
|
}
|
||||||
return hint, err
|
return hint, err
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,8 +24,8 @@ type StoreDetail struct {
|
|||||||
|
|
||||||
type StoreDetail2 struct {
|
type StoreDetail2 struct {
|
||||||
model.Store
|
model.Store
|
||||||
VendorStoreID string `orm:"column(vendor_store_id)` // 这个在GetMissingDadaStores返回中指的是到家的vendorStoreID
|
VendorStoreID string `orm:"column(vendor_store_id)"` // 这个在GetMissingDadaStores返回中指的是到家的vendorStoreID
|
||||||
DadaStoreID string `orm:"column(dada_store_id)`
|
DadaStoreID string `orm:"column(dada_store_id)"`
|
||||||
DistrictName string
|
DistrictName string
|
||||||
CityName string
|
CityName string
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user