修改假期,节假日定时器

This commit is contained in:
史宗金 2025-01-10 13:42:02 +08:00
parent a743cb9cd1
commit c3007d0f5b
2 changed files with 3 additions and 3 deletions

View File

@ -38,11 +38,11 @@ public class AESCBCUtil {
*/
private final static String ivParameter = "1234567812345678";
/**
* AES要求密钥长度为128位或192位或256位java默认限制AES密钥长度最多128位
*/
public static String sKey = "zhst@bonus@zhst@bonus@1234567890";
// public static String sKey = "zhst@bonus@zhst@bonus@1234567890";
public static String sKey = "zhst@bonus@zhst@";
/**
* 编码格式

View File

@ -150,7 +150,7 @@ public class WorkReportController extends BaseController {
WorkReportBean bean3 = new WorkReportBean();
bean3.setMonth(list.get(i).getMonth());
bean3.setOrgId(list.get(i).getOrgId());
bean3.setType("出差报备");
bean3.setType("出差");
List<WorkReportBean> list3 = service.getDetailsList(bean3);
listBusiness.addAll(list3);