- fk
This commit is contained in:
@@ -750,6 +750,6 @@ func RefreshMissingDadaStores(ctx *jxcontext.Context, storeID int, isAsync, isCo
|
|||||||
return hint, err
|
return hint, err
|
||||||
}
|
}
|
||||||
|
|
||||||
func composeDadaStoreName(store *dao.StoreDetail2) (storeName string) {
|
func composeDadaStoreName(storeDetail *dao.StoreDetail2) (storeName string) {
|
||||||
return storeDetail.Name + "-" + utils.Int2Str(store.ID)
|
return storeDetail.Name + "-" + utils.Int2Str(storeDetail.ID)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user