浏览代码

病案首页手术增加横线

‘chenzhilei’ 1 周之前
父节点
当前提交
d82badd99b

+ 2 - 2
src/main/java/thyyxxk/webserver/dao/his/inpatient/casefrontsheet/SheetCreatedDao.java

@@ -44,10 +44,10 @@ public interface SheetCreatedDao extends BaseMapper<CaseFrontsheetDisdiag> {
     @Select("select rtrim(code) code, rtrim(name) name from zd_blood_type with(nolock)")
     List<CodeName> getBloodType();
 
-    @Select("select rtrim(code) code, rtrim(name) name from zd_anaesthesia with(nolock)")
+    @Select("select rtrim(code) code, rtrim(name) name from zd_anaesthesia with(nolock)  union select code='-',name='-'")
     List<CodeName> getAnaesthesia();
 
-    @Select("select rtrim(code_sy) code,rtrim(name_sy) name from op_zd_scale with(nolock)")
+    @Select("select rtrim(code_sy) code,rtrim(name_sy) name from op_zd_scale with(nolock)  union select code='-',name=''")
     List<CodeName> getOperateScale();
 
     @Select("select rtrim(code) code, rtrim(name_new) name from zd_cut_heal_grade with(nolock)")