|
|
|
@ -6,6 +6,7 @@ import com.link.service.AnchorUserTypeStatService; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
import java.time.LocalDate; |
|
|
|
import java.time.LocalDateTime; |
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
@ -16,7 +17,7 @@ public class AnchorUserTypeStatServiceImpl implements AnchorUserTypeStatService |
|
|
|
private AnchorUserTypeStatMapper anchorUserTypeStatMapper; |
|
|
|
|
|
|
|
@Override |
|
|
|
public List<AnchorUserTypeStatVO> getAnchorUserTypeStat(List<String> jwCodes, LocalDateTime startTime) { |
|
|
|
public List<AnchorUserTypeStatVO> getAnchorUserTypeStat(List<String> jwCodes, LocalDate startTime) { |
|
|
|
return anchorUserTypeStatMapper.getAnchorUserTypeStat(jwCodes, startTime); |
|
|
|
} |
|
|
|
} |