修改分页条数

master
Cui YongXing 2024-09-09 00:45:33 +08:00
parent 824a1b2761
commit 4a46c55e4f
1 changed files with 1 additions and 0 deletions

View File

@ -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());
}