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