This commit is contained in:
zhoujunhao 2018-06-08 12:02:07 +08:00
parent a730a191ee
commit bb1fee8956

View File

@ -76,7 +76,7 @@ func (t *TaskManager) cleanVersion() {
timer := time.NewTimer(time.Hour * 24)
defer timer.Stop()
for {
m.VersionInfoDao().CheanViesion()
m.VersionInfoDao().CheanViesionInfo()
select {
case <-t.ctx.Done():
return