修改分页条数
parent
824a1b2761
commit
4a46c55e4f
|
@ -407,6 +407,7 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
|
|||
log.info(value.getValue());
|
||||
try {
|
||||
DataValue dataValue = loadEngineClass.testEngine(data.getClassName(), value);
|
||||
|
||||
} catch (Exception e) {
|
||||
log.error(e.getMessage());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue