|
@@ -2,14 +2,18 @@ package com.diagbot.client.hystrix;
|
|
|
|
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
import com.diagbot.client.CdssCoreClient;
|
|
import com.diagbot.client.CdssCoreClient;
|
|
|
|
+import com.diagbot.dto.DictionaryInfoDTO;
|
|
import com.diagbot.dto.IndicationDTO;
|
|
import com.diagbot.dto.IndicationDTO;
|
|
import com.diagbot.dto.KlConceptStaticDTO;
|
|
import com.diagbot.dto.KlConceptStaticDTO;
|
|
|
|
+import com.diagbot.dto.KlRuleByIdParDTO;
|
|
|
|
+import com.diagbot.dto.KlRuleInfoDTO;
|
|
import com.diagbot.dto.PushDTO;
|
|
import com.diagbot.dto.PushDTO;
|
|
import com.diagbot.dto.PushPlanDTO;
|
|
import com.diagbot.dto.PushPlanDTO;
|
|
import com.diagbot.dto.RespDTO;
|
|
import com.diagbot.dto.RespDTO;
|
|
import com.diagbot.dto.RetrievalDTO;
|
|
import com.diagbot.dto.RetrievalDTO;
|
|
import com.diagbot.dto.StaticKnowledgeDTO;
|
|
import com.diagbot.dto.StaticKnowledgeDTO;
|
|
import com.diagbot.dto.StaticKnowledgeIndexDTO;
|
|
import com.diagbot.dto.StaticKnowledgeIndexDTO;
|
|
|
|
+import com.diagbot.entity.KlRuleMenuWrapper;
|
|
import com.diagbot.vo.ChangeStatusVO;
|
|
import com.diagbot.vo.ChangeStatusVO;
|
|
import com.diagbot.vo.ConceptVO;
|
|
import com.diagbot.vo.ConceptVO;
|
|
import com.diagbot.vo.HasStaticKnowledgeVO;
|
|
import com.diagbot.vo.HasStaticKnowledgeVO;
|
|
@@ -17,6 +21,12 @@ import com.diagbot.vo.IdVO;
|
|
import com.diagbot.vo.IndicationPushVO;
|
|
import com.diagbot.vo.IndicationPushVO;
|
|
import com.diagbot.vo.KlConceptStaticPageVO;
|
|
import com.diagbot.vo.KlConceptStaticPageVO;
|
|
import com.diagbot.vo.KlConceptStaticVO;
|
|
import com.diagbot.vo.KlConceptStaticVO;
|
|
|
|
+import com.diagbot.vo.KlRuleByIdVO;
|
|
|
|
+import com.diagbot.vo.KlRuleInfoClearVO;
|
|
|
|
+import com.diagbot.vo.KlRuleInfoSaveVO;
|
|
|
|
+import com.diagbot.vo.KlRuleInfoVO;
|
|
|
|
+import com.diagbot.vo.KlRuleMenuVO;
|
|
|
|
+import com.diagbot.vo.KlRuleSatartOrdisaVO;
|
|
import com.diagbot.vo.PushPlanVO;
|
|
import com.diagbot.vo.PushPlanVO;
|
|
import com.diagbot.vo.PushVO;
|
|
import com.diagbot.vo.PushVO;
|
|
import com.diagbot.vo.RetrievalVO;
|
|
import com.diagbot.vo.RetrievalVO;
|
|
@@ -203,4 +213,52 @@ public class CdssCoreHystrix implements CdssCoreClient {
|
|
log.error("【hystrix】调用{}异常", "isExist");
|
|
log.error("【hystrix】调用{}异常", "isExist");
|
|
return null;
|
|
return null;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ @Override
|
|
|
|
+ public RespDTO<List<KlRuleMenuWrapper>> getMenus(KlRuleMenuVO klRuleMenuVO) {
|
|
|
|
+ log.error("【hystrix】调用{}异常", "getMenus");
|
|
|
|
+ return null;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @Override
|
|
|
|
+ public RespDTO<Page<KlRuleInfoDTO>> getKlRuleInfoPages(KlRuleInfoVO klRuleInfoVO) {
|
|
|
|
+ log.error("【hystrix】调用{}异常", "getKlRuleInfoPages");
|
|
|
|
+ return null;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @Override
|
|
|
|
+ public RespDTO<KlRuleByIdParDTO> getByIdRuleInfoAll(@Valid KlRuleByIdVO klRuleByIdVO) {
|
|
|
|
+ log.error("【hystrix】调用{}异常", "getByIdRuleInfoAll");
|
|
|
|
+ return null;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @Override
|
|
|
|
+ public RespDTO<Boolean> saveRuleInfoAll(@Valid KlRuleInfoSaveVO klRuleInfoSaveVO) {
|
|
|
|
+ log.error("【hystrix】调用{}异常", "saveRuleInfoAll");
|
|
|
|
+ return null;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @Override
|
|
|
|
+ public RespDTO<Boolean> clearRuleInfoAll(@Valid KlRuleInfoClearVO klRuleInfoClearVO) {
|
|
|
|
+ log.error("【hystrix】调用{}异常", "clearRuleInfoAll");
|
|
|
|
+ return null;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @Override
|
|
|
|
+ public RespDTO<Boolean> disableRuleInfos(@Valid KlRuleSatartOrdisaVO klRuleSatartOrdisaVO) {
|
|
|
|
+ log.error("【hystrix】调用{}异常", "disableRuleInfos");
|
|
|
|
+ return null;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @Override
|
|
|
|
+ public RespDTO<Boolean> startRuleInfos(@Valid KlRuleSatartOrdisaVO klRuleSatartOrdisaVO) {
|
|
|
|
+ log.error("【hystrix】调用{}异常", "startRuleInfos");
|
|
|
|
+ return null;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @Override
|
|
|
|
+ public RespDTO<List<DictionaryInfoDTO>> getDictionaryAll() {
|
|
|
|
+ log.error("【hystrix】调用{}异常", "getDictionaryAll");
|
|
|
|
+ return null;
|
|
|
|
+ }
|
|
}
|
|
}
|