| | |
| | | @Param("count") int count);
|
| | |
|
| | | long countAll(@Param("minTime") Long minTime, @Param("maxTime") Long maxTime);
|
| | | |
| | | |
| | | /**
|
| | | * 查询所有bossID
|
| | | * @return
|
| | | */
|
| | | List<Long> getAllBossId();
|
| | |
|
| | | } |
| | |
| | | and #{maxTime}>`succeedTime`
|
| | | </if>
|
| | | </select>
|
| | | |
| | | <select id="getAllBossId" resultType="java.lang.Long">
|
| | | SELECT DISTINCT `boss_id` FROM `yeshi_ec_threesale`
|
| | | </select>
|
| | |
|
| | | </mapper> |
| | |
| | | maxTime == null ? null : maxTime.getTime());
|
| | | }
|
| | |
|
| | | |
| | | @Override
|
| | | public List<Long> getAllBossId(){
|
| | | return threeSaleMapper.getAllBossId();
|
| | | }
|
| | |
|
| | | }
|
| | |
| | | */
|
| | | public long countSecondTeamByDate(Long uid, int dayType);
|
| | |
|
| | | |
| | | /**
|
| | | * 查询boosID
|
| | | * @return
|
| | | */
|
| | | public List<Long> getAllBossId();
|
| | |
|
| | |
|
| | | }
|