Pārlūkot izejas kodu

删除没用的引用

lighter 1 gadu atpakaļ
vecāks
revīzija
65bfad6302

+ 0 - 2
src/main/java/thyyxxk/webserver/service/examinations/InspectionsService.java

@@ -1,6 +1,5 @@
 package thyyxxk.webserver.service.examinations;
 
-import com.alibaba.fastjson.JSON;
 import com.alibaba.fastjson.JSONObject;
 import com.baomidou.dynamic.datasource.annotation.DS;
 import lombok.extern.slf4j.Slf4j;
@@ -13,7 +12,6 @@ import org.springframework.beans.factory.annotation.Value;
 import org.springframework.stereotype.Service;
 import org.springframework.web.client.RestTemplate;
 import thyyxxk.webserver.config.exception.ExceptionEnum;
-import thyyxxk.webserver.dao.his.examinations.InspectionsDao;
 import thyyxxk.webserver.dao.lis.AdiconDao;
 import thyyxxk.webserver.entity.ResultVo;
 import thyyxxk.webserver.entity.examinations.adicon.AdiconHeader;