Browse Source

邵逸夫核酸检测

wangsy 4 years ago
parent
commit
4f78c2ecba

+ 0 - 2
znwz-service/src/main/java/com/diagbot/facade/NacidClientFacade.java

@@ -3,11 +3,9 @@ package com.diagbot.facade;
 import com.diagbot.client.NacidServiceClient;
 import com.diagbot.exception.CommonErrorCode;
 import com.diagbot.exception.CommonException;
-import com.diagbot.util.StringUtil;
 import com.diagbot.vo.NacidTestVO;
 import com.diagbot.vo.NacidVO;
 import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.beans.factory.annotation.Qualifier;
 import org.springframework.stereotype.Component;
 
 import java.net.URI;

+ 4 - 5
znwz-service/src/main/java/com/diagbot/web/NacidTestController.java

@@ -35,35 +35,34 @@ public class NacidTestController {
         NacidTestVO nacidTestVo = new NacidTestVO();
         if(nacidVo.getData().getMRN().equals("000000")){
             nacidTestVo.setREPORTDT("2020年12月1日");
-            nacidTestVo.setREPORTVALUE("0");
             nacidTestVo.setNAME("张三");
             nacidTestVo.setDAY("14");
             nacidTestVo.setSEX("男");
         }
         if(nacidVo.getData().getMRN().equals("111111")){
             nacidTestVo.setREPORTDT("2020年12月1日");
-            nacidTestVo.setREPORTVALUE("1");
+            nacidTestVo.setREPORTVALUE("阴性");
             nacidTestVo.setNAME("李四");
             nacidTestVo.setDAY("14");
             nacidTestVo.setSEX("男");
         }
         if(nacidVo.getData().getMRN().equals("222222")){
             nacidTestVo.setREPORTDT("2020年12月1日");
-            nacidTestVo.setREPORTVALUE("2");
+            nacidTestVo.setREPORTVALUE("阳性");
             nacidTestVo.setNAME("王五");
             nacidTestVo.setDAY("14");
             nacidTestVo.setSEX("男");
         }
         if(nacidVo.getData().getMRN().equals("333333")){
             nacidTestVo.setREPORTDT("2020年11月26日");
-            nacidTestVo.setREPORTVALUE("1");
+            nacidTestVo.setREPORTVALUE("阴性");
             nacidTestVo.setNAME("张三");
             nacidTestVo.setDAY("14");
             nacidTestVo.setSEX("男");
         }
         if(nacidVo.getData().getMRN().equals("444444")){
             nacidTestVo.setREPORTDT("2020年11月25日");
-            nacidTestVo.setREPORTVALUE("1");
+            nacidTestVo.setREPORTVALUE("阴性");
             nacidTestVo.setNAME("张三");
             nacidTestVo.setDAY("14");
             nacidTestVo.setSEX("男");