Browse Source

Merge branch 'dev/20220105_2.2.0_通用版_申诉驳回' into test

songxinlu 3 years ago
parent
commit
e3bfce91d7

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

@@ -69,4 +69,7 @@ public class MsgDTO {
 
     @ApiModelProperty("审核状态 0:待审核|1:驳回|2:通过")
     private String exampleStatus;
+
+    @ApiModelProperty(value = "操作类型")
+    private String appealOperationType;
 }

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

@@ -683,6 +683,7 @@
         SELECT
         a.*, u.linkman,
         appeal.id appeal_info_id,
+        appeal.appeal_operation_type appealOperationType,
         examine.example_status
         FROM
         (