|
|
|
@ -17,7 +17,7 @@ public class AnchorUserTypeStatServiceImpl implements AnchorUserTypeStatService |
|
|
|
private AnchorUserTypeStatMapper anchorUserTypeStatMapper; |
|
|
|
|
|
|
|
@Override |
|
|
|
public List<AnchorUserTypeStatVO> getAnchorUserTypeStat(List<String> jwCodes, LocalDate startTime) { |
|
|
|
return anchorUserTypeStatMapper.getAnchorUserTypeStat(jwCodes, startTime); |
|
|
|
public List<AnchorUserTypeStatVO> getAnchorUserTypeStat(List<String> jwCodes) { |
|
|
|
return anchorUserTypeStatMapper.getAnchorUserTypeStat(jwCodes); |
|
|
|
} |
|
|
|
} |