@@ -137,6 +137,9 @@ public class RenewalView {
@DbField("gr.status")
private String status;
+ @DbField("gt.compensation_days")
+ private Integer compensationDays;
+
@DbField("a.account")
private String account;
@@ -34,7 +34,8 @@
unfrozen_time = null,
reserved_days = null,
recharge_remark = null,
- is_recover = 0
+ is_recover = 0,
+ compensation_days = 0
where id = #{entity.id}
<if test="expireTime != null">
and expiry_time = #{expireTime}