修改分页条数

master
Cui YongXing 2024-09-08 22:01:53 +08:00
parent 635e3f5d01
commit 32a79ff298
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ public class RuleFactory implements FallbackFactory<RuleFeign> {
log.info(cause);
return Result.error("网络开小差......");
}
@Override
public Result testEngine(String className, DataValue dataValue) {
log.info(cause);
return Result.error("网络开小差......");
}
};
}
}