政企超链接开始集成

This commit is contained in:
hoteas
2022-03-02 12:14:07 +08:00
parent 91bf142782
commit d90591af75
4 changed files with 173 additions and 23 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ var User = Ctr{
t := time.Now().Unix()
questions := this.Db.Select("question", "*", Map{"AND": Map{"org_id": user.GetCeilInt("org_id"), "start_time[<=]": t, "end_time[>=]": t, "state": 0}})
questions := this.Db.Select("question", "*", Map{"AND": Map{"org_id": user.GetCeilInt("org_id"), "state": 0}})
re := []Map{}
for _, v := range questions {