소스 검색

删除多余代码

zhonghui 3 년 전
부모
커밋
2e5d6fba12
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      boman-web-core/src/main/java/com/boman/web/core/service/vaccineInfo/impl/VaccineInfoServiceImpl.java

+ 0 - 6
boman-web-core/src/main/java/com/boman/web/core/service/vaccineInfo/impl/VaccineInfoServiceImpl.java

@@ -63,12 +63,6 @@ public class VaccineInfoServiceImpl implements IVaccineInfoService {
         }
     }
 
-    public static void main(String[] args) {
-        int count = 581208;
-        int times = count / 1000;
-        System.out.println(times);
-    }
-
     /**
      * 查询疫苗信息
      *