去掉不必要判断
This commit is contained in:
parent
c4ee9ea7c8
commit
c6c59fe252
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user