|
@ -120,7 +120,7 @@ public class JobService {
|
|
|
}
|
|
|
|
|
|
public void startNowById(String id) throws Exception {
|
|
|
FlJobConfig FlJobConfig = flJobConfigDao.findOne(id);
|
|
|
FlJobConfig FlJobConfig = flJobConfigDao.findOne(Long.parseLong(id));
|
|
|
|
|
|
FlJobConfig flJobConfigVO = new FlJobConfig();
|
|
|
BeanUtils.copyProperties(FlJobConfig, flJobConfigVO);
|