Browse Source

厦门五院个性化需求

hecc 3 years ago
parent
commit
fee040de98

+ 2 - 0
src/main/java/com/diagbot/dto/MsgDTO.java

@@ -54,4 +54,6 @@ public class MsgDTO {
     private Date gmtModified;
     // 条目id对应页面数据的key值
     private List<Long> pageKeyList = new ArrayList<>();
+    //是否删除
+    private String isDeleted;
 }

+ 1 - 1
src/main/resources/mapper/BehospitalInfoMapper.xml

@@ -151,7 +151,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,
-        a.type, a.drgs
+        a.type, a.drgs, c.is_deleted
         FROM `qc_cases_entry` a, qc_mode b, med_qcresult_detail c, qc_cases_hospital d
         where a.is_deleted = 'N' and b.is_deleted = 'N' and c.is_deleted = 'N' and d.is_deleted = 'N'
         and a.id = c.cases_entry_id