|
@@ -34,6 +34,7 @@ public class AttendanceSignDispatchTask {
|
|
|
@Scheduled(cron ="0 * * * * ? ")
|
|
@Scheduled(cron ="0 * * * * ? ")
|
|
|
public void syncSignData() throws ParseException {
|
|
public void syncSignData() throws ParseException {
|
|
|
|
|
|
|
|
|
|
+ log.error("environment---"+environment);
|
|
|
if(!"prod".equals(environment)) {
|
|
if(!"prod".equals(environment)) {
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|