Browse Source

运行病历评分接口添加备注字段

songxinlu 3 years ago
parent
commit
86e6ee6c3d

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

@@ -41,4 +41,7 @@ public class MsgApiDTO {
 
     @ApiModelProperty(value = "操作类型")
     private String appealOperationType;
+
+    @ApiModelProperty(value = "备注")
+    private String remark;
 }

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

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