瀏覽代碼

查询广西贫困开发

anderx 2 年之前
父節點
當前提交
0b1b7bbb4a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/main/java/com/goafanti/common/service/PovertyService.java

+ 0 - 1
src/main/java/com/goafanti/common/service/PovertyService.java

@@ -19,7 +19,6 @@ import java.util.List;
 public class PovertyService {
     private static final String   gx_url="http://fpb.gxxw.cn/index.php?m=check&c=index&a=list_jdlk&name=";
 
-    @CacheEvict(value = "selectPoverty", key = "'selectPoverty:Key:'+#key")
     public Object selectPoverty(MultipartFile file) {
         NewExcelUtil<InputPoverty> newExcelUtil=new NewExcelUtil<>(InputPoverty.class);
         List<InputPoverty> list = null;