|
|
@@ -62,10 +62,9 @@ public class RealNameV2 {
|
|
62
|
62
|
String formattedTime = yesterday.format(formatter);
|
|
63
|
63
|
String del = "delete from iccid_to_realname where iccid='" + iccid + "' and crttm<='"+formattedTime+"'";
|
|
64
|
64
|
DAOHelper.execute("mifi", del);
|
|
65
|
|
- } else {
|
|
66
|
|
- String upd = "update iccid_to_realname set rmk='"+status+"' where iccid='" + iccid + "'";
|
|
67
|
|
- DAOHelper.execute("mifi", upd);
|
|
68
|
65
|
}
|
|
|
66
|
+ String upd = "update iccid_to_realname set rmk='"+status+"' where iccid='" + iccid + "'";
|
|
|
67
|
+ DAOHelper.execute("mifi", upd);
|
|
69
|
68
|
}
|
|
70
|
69
|
|
|
71
|
70
|
// LocalDateTime now = LocalDateTime.now();
|