|
@@ -38,7 +38,6 @@
|
|
|
<result column="creator" property="creator"/>
|
|
|
<result column="modifier" property="modifier"/>
|
|
|
<result column="linkman" property="linkman"/>
|
|
|
- <result column="explainInfo" property="explain_info"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<select id="getPage" resultType="com.diagbot.dto.BehospitalInfoDTO">
|
|
@@ -684,7 +683,7 @@
|
|
|
SELECT b.`name` model_name,c.score,c.msg,c.cases_entry_id,c.is_reject,c.id id,c.info,
|
|
|
a.cases_id cases_id, d.score cases_score,b.id model_id, a.name standard_msg,
|
|
|
c.opt_type, c.grade_type, c.gmt_create, c.gmt_modified,
|
|
|
- c.modifier,u.linkman,c.is_deleted,c.explain_info,
|
|
|
+ c.modifier,u.linkman,c.is_deleted,c.explain_info as explainInfo,
|
|
|
a.type, a.drgs
|
|
|
FROM `qc_cases_entry` a, qc_mode b, med_qcresult_detail c, qc_cases_hospital d ,sys_user u
|
|
|
where a.is_deleted = 'N' and b.is_deleted = 'N' and d.is_deleted = 'N'
|