浏览代码

添加化验辅检静态知识

lipc 6 年之前
父节点
当前提交
f644130263

+ 4 - 2
tran-service/src/main/java/com/diagbot/web/InquiryInfoController.java

@@ -217,8 +217,9 @@ public class InquiryInfoController {
                 }
             }
 
-            String url1 = "http://192.1.3.116:5446/landscape.html?lisJson="
+            String url1 = "http://192.1.3.116:5446/index.html?lisJson="
             /*String url1 = "http://192.168.1.104:5446/landscape.html?lisJson="*/
+                    + JSONObject.toJSONString(nlpRemote.getLabsJson())
                     + "&diagJson=" + dn1
                     + "&age=" + nlpRemote.getAge()
                     + "&sex=" + (Integer.parseInt(nlpRemote.getSexType())==1?"男":"女")
@@ -229,8 +230,9 @@ public class InquiryInfoController {
                     + "&otherJson=" + URLEncoder.encode(nlpRemote.getOtherJson(),"utf-8")
                     + "&hospitalCode=" + nlpRemote.getHospitalCode();
 
-            String url2 = "http://192.1.3.116:5446/landscapeMedical.html?lisJson="
+            String url2 = "http://192.1.3.116:5446/indexHorizontal.html?lisJson="
             /*String url2 = "http://192.168.1.104:5446/landscapeMedical.html?lisJson="*/
+                    + JSONObject.toJSONString(nlpRemote.getLabsJson())
                     + "&diagJson=" + dn1
                     + "&age=" + nlpRemote.getAge()
                     + "&sex=" + (Integer.parseInt(nlpRemote.getSexType())==1?"男":"女")

+ 1 - 1
tran-service/src/main/resources/mapper/DiseaseIcdMapper.xml

@@ -30,7 +30,7 @@
         and is_deleted = 'N'
     </select>
 
-    <select id="getDiseaseNames" resultMap="com.diagbot.dto.GetDiseaseNameDTO" parameterType="java.util.Map">
+    <select id="getDiseaseNames" resultType="com.diagbot.dto.GetDiseaseNameDTO" parameterType="java.util.Map">
         select * from tran_disease_icd t where
         FIND_IN_SET(#{hospitalCode},hospital_code)
         and