Commit d0b06b4e authored by szh's avatar szh

反馈已完成不删除

parent ed9f5f0a
......@@ -127,6 +127,7 @@ func CleanUp(){
models.DeleteCompleteFeedback()
}
//清除已解决反馈
func CleanUpNossh(){
list,err := models.GetAllFeedBackListNossh()
if err != nil {
......@@ -142,8 +143,8 @@ func CornDayJob(ticker *time.Ticker){
select {
case <-ticker.C:
CleanUp()
CleanUpNossh()
CreateMonthTable()
//CleanUpNossh()
//CreateMonthTable()
}
}
}
......
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 to comment