瀏覽代碼

更新

master
huangjiajun 2 月之前
父節點
當前提交
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"


Loading…
取消
儲存