jyy
2021-09-03 3868b706ee3ee115a400d77abc3b69b83ea448c7
zq-erp/src/main/java/com/matrix/system/hive/service/AchieveNewService.java
@@ -1,13 +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;
/**
 *
@@ -108,5 +109,12 @@
   public void modifyAchieveTime(AchieveNew achieveNew);
   List<Map<String, Object>>  findVipConsumeStatisticsList(AchieveNew achieveNew, PaginationVO pageVo);
   int findVipConsumeStatisticsTotal(AchieveNew achieveNew);
   public UserAchieveVo findUserAchieveByTime(int type);
   public List<AchieveNew> findOrderItemAchieve(Long orderid);
}