LAPTOP-BJJ3IV5R\SIWEI преди 1 година
родител
ревизия
0c233dc973
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      onemap-modules/onemap-apply/src/main/java/com/onemap/apply/service/impl/fzss/hgxfxjg/HgxfxHandleService.java

+ 1 - 1
onemap-modules/onemap-apply/src/main/java/com/onemap/apply/service/impl/fzss/hgxfxjg/HgxfxHandleService.java

@@ -31,7 +31,6 @@ public class HgxfxHandleService {
     @Autowired
     private FxrwrzMapper fxrwrzMapper;
 
-    @Async
     public void hgxfxHandle(String bsm, String ewkt) {
         System.out.println("进入hgxfxHandle.....................");
         System.out.println("进入hgxfxHandle.....................");
@@ -40,6 +39,7 @@ public class HgxfxHandleService {
         hgxfxWrapper.eq("bsm", bsm);
         HgxfxDTO hgxfxDTO = hgxfxMapper.selectOne(hgxfxWrapper);
         if (StringUtils.isNull(hgxfxDTO)) {
+            System.out.println("进入hgxfxHandle.....结果为空");
             return;
         }