Commit 78c9d722 by Suvalue

病组搜索修改

parent 46c29070
...@@ -65,7 +65,8 @@ public class SerDiseaseServiceImpl implements SerDiseaseService { ...@@ -65,7 +65,8 @@ public class SerDiseaseServiceImpl implements SerDiseaseService {
if (mdcName != null) { if (mdcName != null) {
mdcNameList = mdcName.split("\\s+"); mdcNameList = mdcName.split("\\s+");
} }
return serDiseaseMapper.selectByMdcName(date, mdcNameList, orgCode, deptCode); List<DiseaseName> result = serDiseaseMapper.selectByMdcName(date, mdcNameList, orgCode, deptCode);
return result;
} }
/** /**
......
...@@ -75,7 +75,9 @@ ...@@ -75,7 +75,9 @@
and d.MDC_CODE = #{code,jdbcType=VARCHAR} and d.MDC_CODE = #{code,jdbcType=VARCHAR}
</select> </select>
<select id="selectByMdcName" resultMap="DiseaseName"> <select id="selectByMdcName" resultMap="DiseaseName">
select d.*,d2.MDC_NAME as PARENT_MDC_NAME,d2.`LEVEL` as PARENT_MDC_LEVEL select d.*,
df.MDC_CODE as PARENT_MDC_CODE, df.LEVEL as PARENT_MDC_LEVEL,
df.MDC_NAME as PARENT_MDC_NAME
from ( from (
SELECT null as PARENT_MDC_CODE,ZBZBM as MDC_CODE,ZBZ as MDC_NAME SELECT null as PARENT_MDC_CODE,ZBZBM as MDC_CODE,ZBZ as MDC_NAME
FROM `val_block_values_1_2_2` FROM `val_block_values_1_2_2`
...@@ -87,7 +89,7 @@ ...@@ -87,7 +89,7 @@
and KSBM = #{deptCode} and KSBM = #{deptCode}
</if> </if>
<if test="hosCode!=null"> <if test="hosCode!=null">
and HOS_CODE = #{deptCode} and HOS_CODE = #{hosCode}
</if> </if>
UNION UNION
...@@ -101,11 +103,11 @@ ...@@ -101,11 +103,11 @@
and KSBM = #{deptCode} and KSBM = #{deptCode}
</if> </if>
<if test="hosCode!=null"> <if test="hosCode!=null">
and HOS_CODE = #{deptCode} and HOS_CODE = #{hosCode}
</if> </if>
) du ) du
join dic_disease d on d.MDC_CODE = d.MDC_CODE and d.STATE = 1 join dic_disease d on d.MDC_CODE = du.MDC_CODE and d.STATE = 1
left join dic_disease d2 on d2.MDC_CODE = du.PARENT_MDC_CODE and d2.STATE = 1 left join dic_disease df on df.MDC_CODE = d.PARENT_CODE and df.STATE = 1
where 1=1 where 1=1
<if test="mdcNameList!=null"> <if test="mdcNameList!=null">
<foreach item="item" index="index" collection="mdcNameList"> <foreach item="item" index="index" collection="mdcNameList">
......
时间:2020.08.18 版本号:2.02.0818001 时间:2020.08.25 版本号:2.02.0825001
时间:2020.08.25 版本号:2.02.0825001
前端更新说明
636 成本关于科室的浮框加例数,预偏,同
634 放大镜当查询“主病组”时,报错
619 指单,药单,耗单补充时值
617 医疗组数据信息报表,病区也放上去 无法下钻
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
时间:2020.08.24 版本号:2.02.0824001
前端更新说明
635 100%,改为“加载中”
639 科室的病组浮框折行
636 成本关于科室的浮框加例数,预偏,同
634 放大镜当查询“主病组”时,报错
623 病组查询时,模糊匹配出来的批量结果要标识主病组,一级病组(5个),二级病组(8个),三级病组(24个),默认选中一级病组(7个),超过20个显示">20"
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
时间:2020.08.19 版本号:2.02.0819001
前端更新说明
618 病组查询,三级病组查询,标准目录有,医院没有的病组查询
610 图界面地左下病组查询1.“暂不记录”优化,2.模糊匹配,支持空格
568 病组列表查询,部分输入,模糊匹配,支持编码查询
616 遮层在红框,不要挡住上方的操作按钮
614 图界面点放大镜查询后的界面,趋势图左上角的“病组”,界面报错
613 科室账号下一直点下钻直到医保的列表,然后点“上一页”,然后点左下的一级病组,点击没有任何效果
612 全院的趋势图浮框,科室的趋势图浮框闪退
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
时间:2020.08.18 版本号:2.02.0818001 时间:2020.08.18 版本号:2.02.0818001
后端更新说明 后端更新说明
...@@ -11,12 +46,6 @@ ...@@ -11,12 +46,6 @@
科室账号下钻 返回页面加载不出来 浮框不出来 科室账号下钻 返回页面加载不出来 浮框不出来
全院账号 下钻返回 医院名显示underfined 全院账号 下钻返回 医院名显示underfined
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
时间:2020.08.016 版本号:2.02.0816001
前端更新说明
科室账号下钻 返回页面加载不出来 浮框不出来
全院账号 下钻返回 医院名显示underfined
------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
时间:2020.08.013 版本号:2.02.0813001 时间:2020.08.013 版本号:2.02.0813001
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment