保存排序添加编辑权限

This commit is contained in:
RuoYi
2026-03-21 22:40:02 +08:00
parent ca80568837
commit 29d4ea24e0
8 changed files with 126 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ public abstract class AbstractQuartzJob implements Job
* 执行后
*
* @param context 工作执行上下文对象
* @param sysScheduleJob 系统计划任务
* @param sysJob 系统计划任务
*/
protected void after(JobExecutionContext context, SysJob sysJob, Exception e)
{