瀏覽代碼

申诉记录列表查询返回参数加入remark

zhanghang 3 年之前
父節點
當前提交
f76d38985c

+ 6 - 2
report-service/src/main/java/com/lantone/report/dto/GetComplaintRecordDTO.java

@@ -10,6 +10,7 @@ import java.util.Date;
 
 /**
  * 申述记录
+ *
  * @Description:
  * @author: cy
  * @time: 2020/9/4 14:59
@@ -34,7 +35,7 @@ public class GetComplaintRecordDTO {
     private String behDeptName;
 
     @ApiModelProperty(value = "申述申诉时间")
-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
     private Date claimantGmtCreate;
 
     @ApiModelProperty(value = "病人住院序号")
@@ -62,7 +63,7 @@ public class GetComplaintRecordDTO {
     private String checkName;
 
     @ApiModelProperty(value = "审核时间")
-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
     private Date checkGmtCreate;
 
     @ApiModelProperty(value = "操作类型")
@@ -85,4 +86,7 @@ public class GetComplaintRecordDTO {
 
     @ApiModelProperty(value = "模块id")
     private Long modeId;
+
+    @ApiModelProperty(value = "备注")
+    private String remark;
 }

+ 2 - 1
report-service/src/main/resources/mapper/AppealExamineInfoMapper.xml

@@ -12,7 +12,8 @@
         SELECT
         a.*, c.example_status,
         c.gmt_create AS check_gmt_create,
-        c.example_operation exampleOperation
+        c.example_operation exampleOperation,
+        c.remark
         FROM
         (
         SELECT