Helius
2020-12-21 975888ed15a3326b824ebc6d28a769da56e3bcd8
zq-erp/src/main/java/com/matrix/system/hive/service/AchieveNewService.java
@@ -2,12 +2,14 @@
import java.util.List;
import com.matrix.system.api.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 org.apache.ibatis.annotations.Param;
/**
 *
@@ -108,5 +110,10 @@
   public void modifyAchieveTime(AchieveNew achieveNew);
   List<AchieveNew> findVipConsumeStatisticsList(AchieveNew achieveNew, PaginationVO pageVo);
   int findVipConsumeStatisticsTotal(AchieveNew achieveNew);
   public UserAchieveVo findUserAchieveByTime(int type);
}