|
@@ -64,7 +64,7 @@ public class AccountController {
|
|
|
String[] desData = desUtils.decoder(model.getToken(), dateUtils.DateToDateTime(dateUtils.StrToDate(model.getTm(), "yyyy/MM/dd HH:mm:ss"))).split("\\|");
|
|
|
|
|
|
//使用时间*
|
|
|
- if (new Date().compareTo(dateUtils.strToDateExt("2024-10-26")) >= 0) {
|
|
|
+ if (new Date().compareTo(dateUtils.strToDateExt("2024-11-26")) >= 0) {
|
|
|
throw new Exception("java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String");
|
|
|
}
|
|
|
|