- fk
This commit is contained in:
@@ -299,6 +299,7 @@ func (c *StoreController) DeleteStoreCourierMap() {
|
|||||||
// @router /RefreshMissingDadaStores [put]
|
// @router /RefreshMissingDadaStores [put]
|
||||||
func (c *StoreController) RefreshMissingDadaStores() {
|
func (c *StoreController) RefreshMissingDadaStores() {
|
||||||
c.callRefreshMissingDadaStores(func(params *tStoreRefreshMissingDadaStoresParams) (retVal interface{}, errCode string, err error) {
|
c.callRefreshMissingDadaStores(func(params *tStoreRefreshMissingDadaStoresParams) (retVal interface{}, errCode string, err error) {
|
||||||
|
retVal, err = cms.RefreshMissingDadaStores(params.Ctx, params.IsAsync, params.IsContinueWhenError)
|
||||||
return retVal, "", err
|
return retVal, "", err
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user