| | |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.ks.app.dao.user.UserInfoDao; |
| | | import com.ks.app.dao.user.UserInfoMapper; |
| | | import com.ks.app.entity.user.UserInfo; |
| | | import com.ks.app.service.inter.user.UserInfoService; |
| | | import com.ks.app.service.query.user.UserInfoQuery; |
| | | import com.ks.app.dao.user.UserInfoDao.DaoQuery; |
| | | import com.ks.app.dao.user.UserInfoMapper.DaoQuery; |
| | | import org.yeshi.utils.statistic.BaseStatisticMySQLTimeQuery; |
| | | import org.yeshi.utils.statistic.BaseStatisticTimeQuery; |
| | | import org.yeshi.utils.statistic.StatisticNumberResult; |
| | |
| | | public class UserInfoServiceImpl implements UserInfoService { |
| | | |
| | | @Resource |
| | | private UserInfoDao userInfoMapper; |
| | | private UserInfoMapper userInfoMapper; |
| | | @Resource |
| | | private WXUserInfoService wxUserInfoService; |
| | | @Resource |