This commit is contained in:
邹宗楠
2025-07-30 10:22:54 +08:00
parent d5770e2699
commit 5b512fcada
4 changed files with 133 additions and 106 deletions

View File

@@ -552,7 +552,7 @@ func (c *OrderController) StaleIndexInfo() {
}
if permission.IsRoled(ctx) && len(dataList) == model.NO {
return retVal, "", fmt.Errorf("该用户%s,暂无门店信息", ctx.GetUserName())
return retVal, "", fmt.Errorf("该用户%s,暂无门店信息", ctx.GetUserName())
}
retVal, err = orderman.FixedOrderManager.GetStoresOrderSaleInfo2(timeList[0], timeList[1], params.StoreID, brandIds, vendors, dataList, params.BrandOperator, params.OperatorNumber)