Commit c6bad599 by 朱继来

调整

parent eb9591d1
Showing with 1 additions and 0 deletions
......@@ -53,6 +53,7 @@ func main() {
func updateOverTime() {
db := dao.GetDb()
row, err := db.Queryx("select * from lie_task_info where status = 1 limit 100")
defer db.Close()
if err != nil {
logger.Info("获取待处理的任务记录失败: ", err.Error())
......
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