Authored by tanling

90天尺子bug

@@ -23,9 +23,9 @@ public class AppActivateIdfaList extends BaseBO { @@ -23,9 +23,9 @@ public class AppActivateIdfaList extends BaseBO {
23 this.idfa = idfa; 23 this.idfa = idfa;
24 } 24 }
25 25
26 - public AppActivateIdfaList(Long dateId, String idfa, String appKey) { 26 + public AppActivateIdfaList(Long dateId, String udid, String appKey) {
27 this.dateId = dateId; 27 this.dateId = dateId;
28 - this.idfa = idfa; 28 + this.udid = udid;
29 this.appKey = appKey; 29 this.appKey = appKey;
30 } 30 }
31 31