huangjiajun 2 месяцев назад
Родитель
Сommit
3e443c435b
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      app/svc/svc_index.go

+ 1
- 1
app/svc/svc_index.go Просмотреть файл

@@ -207,7 +207,7 @@ func commTotalByApp(c *gin.Context, req md.IndexAppListReq, appId []string) []ma
where += " and date<='" + req.EndDate + "'"
}
if len(appId) > 0 {
where += " and app_id in(" + strings.Join(appId, ",") + ")"
where += " and app_id in('" + strings.Join(appId, ",") + "')"
}
if req.Sort == "" {
req.Sort = "media_revenue desc"


Загрузка…
Отмена
Сохранить