Explorar el Código

驾驶舱数量汇总

liu hace 2 años
padre
commit
55fc6de422

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

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