zouxuan 3 years ago
parent
commit
4ac86fd547

+ 0 - 4
mec-web/src/main/java/com/ym/mec/web/controller/ChildrenReserveController.java

@@ -1,7 +1,5 @@
 package com.ym.mec.web.controller;
 
-import com.ym.mec.auth.api.client.SysUserFeignService;
-import com.ym.mec.auth.api.entity.SysUser;
 import com.ym.mec.biz.dal.dto.ChildrenDayMsgDto;
 import com.ym.mec.biz.dal.dto.ChildrenStatisticsDetailDto;
 import com.ym.mec.biz.dal.dto.ChildrenStatisticsDto;
@@ -27,8 +25,6 @@ public class ChildrenReserveController extends BaseController {
     @Autowired
     private ChildrenDayReserveService childrenDayReserveService;
     @Autowired
-    private SysUserFeignService sysUserFeignService;
-    @Autowired
     private OrganizationService organizationService;
 
     @ApiOperation(value = "21年暑期考级活动统计列表页面")