Browse Source

广告

master
huangjiajun 2 days ago
parent
commit
43c28224fd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/svc/advertising/svc_list.go

+ 1
- 1
app/svc/advertising/svc_list.go View File

@@ -107,7 +107,7 @@ func VisitList(c *gin.Context) {
return
}
func FindAdvertisingCallback(page, limit, amount, uid, startTime, endTime, platform, types string) []map[string]string {
sql := `SELECT * FROM advertising_callback where %s %s order by id desc`
sql := `SELECT * FROM advertising_callback where %s order by id desc %s`
where := "1=1"
if amount != "" {
where += " and CONVERT(amount, FLOAT)<=" + amount


Loading…
Cancel
Save