Commit a600e484082f850e7e5df198d53a45dc564a950d

Authored by 潘钊
1 parent 77ba398a

update...

src/main/java/com/bsth/controller/realcontrol/anomalyCheckController.java
... ... @@ -82,7 +82,7 @@ public class anomalyCheckController {
82 82 }
83 83  
84 84 @RequestMapping(value = "/updateCacheBuff")
85   - public void updateCacheBuff(@RequestParam int flag){
  85 + public void updateCacheBuff(){
86 86 geoCacheData.loadData();
87 87 }
88 88 }
... ...