bug
zhangzeli
2022-01-17 e151c7c3e105358abe1f84f10f09b12e3430915b
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/serviceimpl/ICustomerServiceImpl.java
@@ -40,4 +40,9 @@
    public Month getCustomerCount(Integer year) {
        return customerMapper.getCustomerCount(year);
    }
    @Override
    public int sumLogin() {
        return customerMapper.sumLogin();
    }
}