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