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