Commit d0b06b4e authored by szh's avatar szh

反馈已完成不删除

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