修改没加return的接口
This commit is contained in:
parent
4a6ea0fd86
commit
c1a879f9d4
@ -20,7 +20,7 @@ public class BreedingplanController {
|
||||
QueryWrapper<Breedingplan> queryWrapper = new QueryWrapper<>();
|
||||
queryWrapper.eq("id",id);
|
||||
Breedingplan one = iBreedingplanService.getOne(queryWrapper);
|
||||
R.success(one);
|
||||
return R.success(one);
|
||||
}
|
||||
List<Breedingplan> list = iBreedingplanService.list();
|
||||
return R.success(list);
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user