Skip to content

Commit d08a858

Browse files
committed
1
1 parent 262fddf commit d08a858

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

saturn-job-realization/src/main/java/com/hc/saturn/job/LGSimpleJob.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ public class LGSimpleJob extends AbstractSaturnJavaJob {
3030
@Override
3131
public SaturnJobReturn handleJavaJob(final String jobName, final Integer shardItem, final String shardParam, final SaturnJobExecutionContext shardingContext) throws InterruptedException {
3232
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");
33-
/* System.out.println("《《《:"+sdf.format(new Date()));
34-
return new SaturnJobReturn();*/
33+
System.out.println("《《《:"+sdf.format(new Date()));
3534
switch (shardItem) {
3635
case 0:
3736
System.out.println("《《《:"+sdf.format(new Date()));

0 commit comments

Comments
 (0)