|
@ -106,7 +106,7 @@ public class JobService {
|
|
|
BeanUtils.copyProperties(quartzJobConfig, wlyyJobConfigVO);
|
|
|
|
|
|
Map<String, Object> params = new HashMap<String, Object>();
|
|
|
params.put("jobConfig", wlyyJobConfigVO);
|
|
|
params.put("jobConfig", wlyyJobConfigVO.getId());
|
|
|
if (!StringUtils.isEmpty(quartzJobConfig.getJobClass())) {
|
|
|
for (int j = 1; j <= 2; j++) {
|
|
|
//往quartz框架添加任务
|