Pre Merge pull request !62 from waylon/master
This commit is contained in:
commit
f3babcb212
@ -38,10 +38,7 @@ public abstract class AbstractQuartzJob implements Job
|
||||
try
|
||||
{
|
||||
before(context, sysJob);
|
||||
if (sysJob != null)
|
||||
{
|
||||
doExecute(context, sysJob);
|
||||
}
|
||||
after(context, sysJob, null);
|
||||
}
|
||||
catch (Exception e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user