Explorar el Código

获取病历详情接口添加备注

songxinlu hace 3 años
padre
commit
9b56b69201

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

@@ -78,4 +78,7 @@ public class MsgDTO {
 
     @ApiModelProperty(value = "审核时间")
     private Date exampleDate;
+
+    @ApiModelProperty(value = "备注")
+    private String remark;
 }

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

@@ -707,6 +707,7 @@
         c.gmt_modified,
         c.modifier,
         c.is_deleted,
+        c.remark,
         c.explain_info AS explainInfo,
         a.type,
         a.drgs,