浏览代码

驾驶舱数量汇总

liu 2 年之前
父节点
当前提交
55fc6de422
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/main/java/com/template/controller/SmartRelationController.java

+ 0 - 1
src/main/java/com/template/controller/SmartRelationController.java

@@ -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);