Commit c43de06c by mushishixian

fix

parent 1424feed
Showing with 1 additions and 1 deletions
......@@ -86,7 +86,7 @@ func main() {
//首先去找最后的更新时间,一般来说找统计表最后一条记录的时间就对了
updateTime, _ := specialDb.Reset().Table("lie_activity_statistics").OrderBy("id desc").Value("update_time")
if updateTime.(int64) == 0 {
if updateTime == nil {
updateTime = 1
}
//先去取出所有的正在进行的活动列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment