beego: autoroute
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -165,7 +165,7 @@ func compareFile(pkgRealpath string) bool { | ... | @@ -165,7 +165,7 @@ func compareFile(pkgRealpath string) bool { |
| 165 | return true | 165 | return true |
| 166 | } | 166 | } |
| 167 | if v, ok := pkgLastupdate[pkgRealpath]; ok { | 167 | if v, ok := pkgLastupdate[pkgRealpath]; ok { |
| 168 | if ft.ModTime().UnixNano() >= v { | 168 | if ft.ModTime().UnixNano() <= v { |
| 169 | return false | 169 | return false |
| 170 | } | 170 | } |
| 171 | } | 171 | } | ... | ... |
-
Please register or sign in to post a comment