科创券优化

This commit is contained in:
2022-05-17 12:31:47 +08:00
parent 771b02bd61
commit f6f48a3f8d
7 changed files with 73 additions and 47 deletions
+2 -2
View File
@@ -59,10 +59,10 @@ var ArticleCtr = Ctr{
finishTime := that.Req.FormValue("finishtime")
if startTime != "" {
data["release_date[>=]"] = startTime
data["release_time[>=]"] = startTime
}
if finishTime != "" {
data["release_date[<=]"] = finishTime
data["release_time[<=]"] = finishTime
}
dispatchName := that.Req.FormValue("dispatch_name")