Selaa lähdekoodia

广告

master
huangjiajun 2 päivää sitten
vanhempi
commit
43c28224fd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      app/svc/advertising/svc_list.go

+ 1
- 1
app/svc/advertising/svc_list.go Näytä tiedosto

@@ -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


Ladataan…
Peruuta
Tallenna