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