修改超时时间
parent
167dca2fff
commit
62f7786ace
|
@ -329,7 +329,7 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
|
|||
return joint;
|
||||
}
|
||||
|
||||
@Autowired
|
||||
@Resource
|
||||
private MySqlDataSource mySqlDataSource;
|
||||
|
||||
@NotNull
|
||||
|
@ -376,8 +376,8 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
|
|||
* 存放实例化引擎的容器
|
||||
*/
|
||||
|
||||
@Autowired
|
||||
private LoadEngineClass loadEngineClass;
|
||||
// @Autowired
|
||||
// private LoadEngineClass loadEngineClass;
|
||||
|
||||
private void executeTheRule(DataValue[][] dataValues, HashMap<String, String> map, Long newBasicId,
|
||||
Long tableId, Long taskId) {
|
||||
|
|
Loading…
Reference in New Issue