admin
2019-03-13 f1fdf1aec9fb9f8f4d1220d4c8b3489b648ab59b
fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserRankingsServiceImpl.java
@@ -30,15 +30,14 @@
import com.yeshi.fanli.service.inter.count.HongBaoV2CountService;
import com.yeshi.fanli.service.inter.user.UserRankingsService;
import com.yeshi.fanli.util.StringUtil;
import com.yeshi.fanli.vo.order.HongBaoV2VO;
@Service
public class UserRankingsServiceImpl implements UserRankingsService {
   @Resource
   private UserRankingsMapper userRankingsMapper;
   @Resource
   private HongBaoV2CountService hongBaoV2CountService;
   private HongBaoV2CountService hongBaoV2CountService;
   @Override
   public int insertSelective(UserRankings record) throws UserRankingsException {