Commit 75b4e03e by youling

定时器

parent 4bc9f3cf
...@@ -80,7 +80,7 @@ public class AttendanceTaskTiming{ ...@@ -80,7 +80,7 @@ public class AttendanceTaskTiming{
@Autowired @Autowired
private ScheduleMapper schedulemapper; private ScheduleMapper schedulemapper;
static SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy-MM-dd"); static SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy-MM-dd");
static SimpleDateFormat sdf2 = new SimpleDateFormat("EEE"); static SimpleDateFormat sdf2 = new SimpleDateFormat("EEE",Locale.CHINA);
@Autowired @Autowired
private KqglAssoRelationSummaryMapper kqglassorelationsummarymapper; private KqglAssoRelationSummaryMapper kqglassorelationsummarymapper;
......
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