1
This commit is contained in:
@@ -529,8 +529,6 @@ func (c *OrderController) StaleIndexInfo() {
|
||||
dataList = append(dataList, v.Store.ID)
|
||||
mapDataList[v.Store.ID] = model.YES
|
||||
}
|
||||
} else {
|
||||
return retVal, "", err
|
||||
}
|
||||
if params.StoreID != 0 && mapDataList[params.StoreID] != model.YES {
|
||||
return retVal, "", fmt.Errorf("此门店%d,不归属于该用户%s", params.StoreID, ctx.GetUserName())
|
||||
|
||||
Reference in New Issue
Block a user