935090232@qq.com
2021-10-28 7318dfc7f8aef27151b7c58bc49979db24dafbe8
zq-erp/src/main/java/com/matrix/system/hive/service/AchieveNewService.java
@@ -1,14 +1,14 @@
package com.matrix.system.hive.service;
import java.util.List;
import com.matrix.core.pojo.PaginationVO;
import com.matrix.system.app.vo.UserAchieveVo;
import com.matrix.system.hive.bean.AchieveNew;
import com.matrix.system.hive.bean.SysOrder;
import com.matrix.system.hive.bean.SysProjServices;
import com.matrix.core.pojo.PaginationVO;
import com.matrix.system.hive.plugin.util.BaseServices;
import java.util.List;
import java.util.Map;
/**
 *
@@ -109,10 +109,12 @@
   public void modifyAchieveTime(AchieveNew achieveNew);
   List<AchieveNew> findVipConsumeStatisticsList(AchieveNew achieveNew, PaginationVO pageVo);
   List<Map<String, Object>>  findVipConsumeStatisticsList(AchieveNew achieveNew, PaginationVO pageVo);
   int findVipConsumeStatisticsTotal(AchieveNew achieveNew);
   public UserAchieveVo findUserAchieveByTime(int type);
   public List<AchieveNew> findOrderItemAchieve(Long orderid);
}