Pre Merge pull request !62 from waylon/master

This commit is contained in:
waylon 2020-08-10 10:14:23 +08:00 committed by Gitee
commit f3babcb212

View File

@ -38,10 +38,7 @@ public abstract class AbstractQuartzJob implements Job
try try
{ {
before(context, sysJob); before(context, sysJob);
if (sysJob != null)
{
doExecute(context, sysJob); doExecute(context, sysJob);
}
after(context, sysJob, null); after(context, sysJob, null);
} }
catch (Exception e) catch (Exception e)