Răsfoiți Sursa

登簿数据进行数据加解密进行改造2

chenendian 5 zile în urmă
părinte
comite
fac3fe4337

Fișier diff suprimat deoarece este prea mare
+ 40 - 11
siwei-modules/siwei-apply/src/main/java/com/siwei/apply/controller/third/OfferDataController.java


+ 3 - 4
siwei-modules/siwei-apply/src/main/java/com/siwei/apply/service/third/impl/OfferDataServiceImpl.java

@@ -102,7 +102,6 @@ public class OfferDataServiceImpl implements OfferDataService {
         return list;
     }
 
-
     /**
      * 获取 1.项目与土地供应,两个表进行关联。
      * 并且为上链的,并且不动产单元号不经存在的数据。
@@ -130,9 +129,9 @@ public class OfferDataServiceImpl implements OfferDataService {
         if (StringUtils.isBlank(yfbdcdyh)) {
             throw new ServiceException("预赋不动产单元号为空");
         }
-        if (yfbdcdyh.length() != 19) {
-            throw new ServiceException("预赋不动产单元号长度必须为19位");
-        }
+//        if (yfbdcdyh.length() != 19) {
+//            throw new ServiceException("预赋不动产单元号长度必须为19位");
+//        }
 
         String ywlx = body.getYwlx();
         if (StringUtils.isBlank(ywlx)) {

+ 0 - 9
siwei-modules/siwei-apply/src/main/java/com/siwei/apply/service/third/impl/TakeDataServiceImpl.java

@@ -38,10 +38,6 @@ import java.util.Map;
 @Service
 public class TakeDataServiceImpl implements TakeDataService {
 
-//    @Autowired
-//    private ProjectService projectService;
-
-
     @Autowired
     private ProjectMapper projectMapper;
 
@@ -197,11 +193,6 @@ public class TakeDataServiceImpl implements TakeDataService {
 
 
 
-
-
-
-
-
         if (CollectionUtils.isEmpty(geomsList)) {
             throw new ServiceException("geom信息为空");
         }

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff