LAPTOP-BJJ3IV5R\SIWEI 9 月之前
父節點
當前提交
0c233dc973

+ 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;
         }