jyy
2021-03-17 5d410f868c1bbf07e0a574e24b9668df4202f00a
zq-erp/src/main/java/com/matrix/system/hive/service/AchieveNewService.java
@@ -2,13 +2,13 @@
import java.util.List;
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 org.apache.ibatis.annotations.Param;
/**
 *
@@ -113,4 +113,8 @@
   int findVipConsumeStatisticsTotal(AchieveNew achieveNew);
   public UserAchieveVo findUserAchieveByTime(int type);
   public List<AchieveNew> findOrderItemAchieve(Long orderid);
}