|
|
@@ -43,8 +43,8 @@ public class NetflixErrorRecoverView {
|
|
|
@DbField("sku.spec_val")
|
|
|
private String specVal;
|
|
|
|
|
|
- @DbField("ar.remain_day")
|
|
|
- private Integer remainDay;
|
|
|
+ @DbField("ar.remain_days")
|
|
|
+ private Integer remainDays;
|
|
|
|
|
|
@DbField("ar.created_time")
|
|
|
private Date createdTime;
|
|
|
@@ -58,6 +58,6 @@ public class NetflixErrorRecoverView {
|
|
|
/**
|
|
|
* 位置
|
|
|
*/
|
|
|
- @DbField("select count(1) + 1 from netflix_user_account_submit_recover_record ar2 where ar2.created_time > ar.created_time and ar2.status = 0")
|
|
|
+ @DbField("select count(1) + 1 from netflix_user_account_submit_recover_record ar2 where ar2.created_time < ar.created_time and ar2.status = 0")
|
|
|
private Integer indx;
|
|
|
}
|