修改分页条数

master
Cui YongXing 2024-09-09 01:24:49 +08:00
parent 7089270683
commit c4138855ef
1 changed files with 2 additions and 2 deletions

View File

@ -406,8 +406,8 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
for (DataValue value : values) {
//log.info(value.getValue());
try {
DataValue dataValue = loadEngineClass.testEngine(data.getClassName(), value);
//DataValue dataValue = loadEngineClass.testEngine(data.getClassName(), value);
ruleFeign.testEngine(data.getClassName(),value);
} catch (Exception e) {
log.error(e.getMessage());
}