Przeglądaj źródła

查询广西贫困开发

anderx 2 lat temu
rodzic
commit
0b1b7bbb4a

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

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