mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	beanUtil.copy参数顺序反了
This commit is contained in:
		@@ -36,7 +36,7 @@ public abstract class AbstractQuartzJob implements Job
 | 
			
		||||
    public void execute(JobExecutionContext context) throws JobExecutionException
 | 
			
		||||
    {
 | 
			
		||||
        SysJob sysJob = new SysJob();
 | 
			
		||||
        BeanUtil.copyProperties(sysJob, context.getMergedJobDataMap().get(ScheduleConstants.TASK_PROPERTIES));
 | 
			
		||||
        BeanUtil.copyProperties(context.getMergedJobDataMap().get(ScheduleConstants.TASK_PROPERTIES),sysJob);
 | 
			
		||||
        try
 | 
			
		||||
        {
 | 
			
		||||
            before(context, sysJob);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user