Commit f0f63b3e by lalqqhy Committed by chenzg

提交

parent d6cbcf8d
......@@ -92,8 +92,8 @@ public class AttendanceTaskTiming{
// @Scheduled(cron = "0 */2 * * * ?")
// @Scheduled(cron = "0 0 8,12,16,20 * * ?")//每天上午8、12点,下午16点,20点 执行
@Scheduled(cron = "0 0 6,20 * * ?")
@Scheduled(cron = "0 0 8,12,16,20 * * ?")//每天上午8、12点,下午16点,20点 执行
// @Scheduled(cron = "0 0 6,20 * * ?")
public void AttendanceTask() throws ParseException {
boolean implement = true;
......
......@@ -77,7 +77,7 @@ public class LastMonthtimingExport {
@Autowired
private ScheduleMapper schedulemapper;
static SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy-MM-dd");
static SimpleDateFormat sdf2 = new SimpleDateFormat("EEE");
static SimpleDateFormat sdf2 = new SimpleDateFormat("EEE",Locale.CHINA);
@Autowired
private KqglAssoRelationSummaryMapper kqglassorelationsummarymapper;
......
......@@ -63,7 +63,7 @@ import cn.timer.api.utils.DateUtil;
public class RealTimeUpdate{
static SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy-MM-dd");
static SimpleDateFormat sdf2 = new SimpleDateFormat("EEE");
static SimpleDateFormat sdf2 = new SimpleDateFormat("EEE",Locale.CHINA);
static String tablename = null;
@Autowired
......
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