@@ -69,4 +69,7 @@ public class MsgDTO {
@ApiModelProperty("审核状态 0:待审核|1:驳回|2:通过")
private String exampleStatus;
+
+ @ApiModelProperty(value = "操作类型")
+ private String appealOperationType;
}
@@ -683,6 +683,7 @@
SELECT
a.*, u.linkman,
appeal.id appeal_info_id,
+ appeal.appeal_operation_type appealOperationType,
examine.example_status
FROM
(