diff --git a/src/main/java/com/example/demo/domain/vo/coin/GoldRepeat.java b/src/main/java/com/example/demo/domain/vo/coin/GoldRepeat.java index eb900eb..f56f34a 100644 --- a/src/main/java/com/example/demo/domain/vo/coin/GoldRepeat.java +++ b/src/main/java/com/example/demo/domain/vo/coin/GoldRepeat.java @@ -36,15 +36,10 @@ public class GoldRepeat implements Serializable { private Byte type; // 类型(0充值/1消耗/2退款) private Byte isRefund; // 是否已退款(消费限定)1退款0未退款 - private String adminName; // 用户(提交人)姓名 - private Integer auditId; // 审核人id private Integer auditStatus; // 审核状态(0待审核、1通过、2驳回、3外部传入【默认通过】) @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") private Date createTime; // 创建时间 @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") - private Date updateTime; // 更新时间 - - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") private Date auditTime; // 审核时间 } \ No newline at end of file diff --git a/src/main/resources/mapper/RechargeMapper.xml b/src/main/resources/mapper/RechargeMapper.xml index 4e7cb3a..4d3c8aa 100644 --- a/src/main/resources/mapper/RechargeMapper.xml +++ b/src/main/resources/mapper/RechargeMapper.xml @@ -268,14 +268,14 @@ \ No newline at end of file