瀏覽代碼

修复获取病种分值的问题。

lighter 3 年之前
父節點
當前提交
4af600535c
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      pom.xml
  2. 1 1
      src/main/java/thyyxxk/webserver/dao/his/casefrontsheet/CaseFrontSheetDao.java

+ 1 - 1
pom.xml

@@ -10,7 +10,7 @@
     </parent>
     <groupId>thyyxxk</groupId>
     <artifactId>web-server</artifactId>
-    <version>1</version>
+    <version>2</version>
     <name>web-server</name>
     <description>server for yibao-web</description>
     <properties>

+ 1 - 1
src/main/java/thyyxxk/webserver/dao/his/casefrontsheet/CaseFrontSheetDao.java

@@ -620,7 +620,7 @@ public interface CaseFrontSheetDao extends BaseMapper<CaseFrontsheetMain> {
     @Select("select count(1) from t_yb_setl_modify_req where pat_no=#{bah} and times=#{times}")
     Integer selectModified(@Param("bah") String bah, @Param("times") Integer times);
 
-    @Select("select top 1 * from t_si_disefamily_diagnose with(nolock) where dise_code=#{code} or disefamily_code=#{code}")
+    @Select("select top 1 * from t_si_disefamily_diagnose with(nolock) where dise_code=#{code} ")
     DisefamilyGrade selectDisefamilyGrade(@Param("code") String code);
 
     @Select("select ssbm from ${table} with(nolock) where zyh=#{bah} and zycs=#{times} and isnull(ssbm,'')!='' ")