寻找报错
parent
d04aedbfdd
commit
0974cde369
|
@ -17,9 +17,8 @@ public class DatasourceFeignFactory implements FallbackFactory<DatasourceFeign>
|
|||
return new DatasourceFeign() {
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public Result<DataValue[][]> findTableValueToArray(Long basicId, String sql, Integer one, Integer two) {
|
||||
public Result<DataValue[][]> findTableValueToArray(Long basicId, String sql, Long one, Integer two) {
|
||||
log.info(e);
|
||||
return Result.error("网络开小差......");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue