Commit 7d070a95f24641ccf78ade16e32fec4b01d00b5d

Authored by liquanyu
1 parent ab216e0250

update

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/AreaCountController.java View file @ 7d070a9
... ... @@ -28,6 +28,8 @@
28 28 @Controller
29 29 public class AreaCountController extends BaseController {
30 30  
  31 +
  32 +
31 33 @Autowired
32 34 private AreaCountFacade areaCountFacade;
33 35