Commit dc0f0f23 authored by LSL's avatar LSL

浙农中际融担协议

parent 7b61f365
......@@ -68,7 +68,7 @@ public class ContractJob {
Calendar cal = Calendar.getInstance();
//获取前面的时间用-负号
cal.setTime(new Date());
cal.add(Calendar.DAY_OF_MONTH, -1);
cal.add(Calendar.DAY_OF_MONTH, -2);
Date time = cal.getTime();
date = DateUtil.format(time, "yyyyMMdd");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment