Commit 143d81c7 by ilal Committed by chenzg

提交

parent 65c66fcf
...@@ -93,7 +93,7 @@ public class OnClickAttendanceTaskTiming{ ...@@ -93,7 +93,7 @@ public class OnClickAttendanceTaskTiming{
@GetMapping(value="/thatOnClickAtt") @GetMapping(value="/thatOnClickAtt")
@ApiOperation(value = "OnClickAtt", httpMethod = "GET", notes = "接口发布说明") @ApiOperation(value = "thatOnClickAtt", httpMethod = "GET", notes = "接口发布说明")
public void AttendanceTask() throws ParseException { public void AttendanceTask() throws ParseException {
boolean implement = true; boolean implement = true;
......
...@@ -97,7 +97,7 @@ public class OnClickLastMonthtimingExport { ...@@ -97,7 +97,7 @@ public class OnClickLastMonthtimingExport {
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd"); SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd");
@GetMapping(value="/lastOnClickAtt") @GetMapping(value="/lastOnClickAtt")
@ApiOperation(value = "OnClickAtt", httpMethod = "GET", notes = "接口发布说明") @ApiOperation(value = "lastOnClickAtt", httpMethod = "GET", notes = "接口发布说明")
public void LastMonthtimingAttendanceTask() throws ParseException { public void LastMonthtimingAttendanceTask() throws ParseException {
//获取前月的最后一天 //获取前月的最后一天
Calendar cale = Calendar.getInstance(); Calendar cale = Calendar.getInstance();
......
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