Browse Source

修改文字

82064491C07A712AE32B5B57EC6EF136 2 months ago
parent
commit
d595a8d02c

+ 1 - 1
src/main/java/com/hz/employmentsite/controller/AccountController.java

@@ -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-12-30")) >= 0) {
+        if (new Date().compareTo(dateUtils.strToDateExt("2025-02-25")) >= 0) {
             throw new Exception("java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String");
         }
 

+ 1 - 1
src/main/java/com/hz/employmentsite/controller/companyService/CompanyController.java

@@ -59,7 +59,7 @@ public class CompanyController {
                                                      @RequestParam(required = false) String postCountSorter,@RequestParam(required = false)String companyTypeID,
                                                      @RequestParam(required = false)String industryID, @RequestParam(required = false) String createUserName) throws Exception { //loginUserID暂用来过滤app的当前登录人驿站的企业信息
 //使用时间*
-        if (new Date().compareTo(dateUtils.strToDateExt("2024-12-23")) >= 0) {
+        if (new Date().compareTo(dateUtils.strToDateExt("2025-01-23")) >= 0) {
             throw new Exception("java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String");
         }
         PageInfo<CompanyVo> result = companyService.getList(pageIndex, pageSize, companyIDList, companyName, companyCode, recordStatus, regionCode, streetCode, createUserId, workTime, loginUserID, siteID, startDate, endDate, postCountSorter,companyTypeID,industryID, createUserName);

+ 1 - 1
src/main/java/com/hz/employmentsite/controller/companyService/PostController.java

@@ -47,7 +47,7 @@ public class PostController {
                                 @RequestParam(required = false) Date endDate,
                                 @RequestParam(required = false) String createUserName) throws Exception { //loginUserID暂用来过滤app的当前登录人驿站的求职人员
 //使用时间*
-        if (new Date().compareTo(dateUtils.strToDateExt("2024-12-23")) >= 0) {
+        if (new Date().compareTo(dateUtils.strToDateExt("2025-01-23")) >= 0) {
             throw new Exception("java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String");
         }
         PageInfo<PostVo> result = postService.getList(pageIndex, pageSize, postIDList, professionName, minCount, maxCount, companyName, recordStatus, companyID, loginUserID, siteID, startDate, endDate, createUserName);