|
|
@@ -30,7 +30,6 @@ public class SmartRelationController implements SmartRelationControllerAPI {
|
|
|
|
|
|
@Override
|
|
|
public CommonResult getList(int currentPage, int pageCount, Integer userId) {
|
|
|
-
|
|
|
PageUtils<SmartRelation> pageUtils=smartRelationService.getPage(currentPage,pageCount,userId);
|
|
|
|
|
|
return CommonResult.ok(pageUtils);
|