修改假期,节假日定时器
This commit is contained in:
parent
a743cb9cd1
commit
c3007d0f5b
|
|
@ -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@";
|
||||
|
||||
/**
|
||||
* 编码格式
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue