|
@@ -297,6 +297,12 @@ public class UserOutboundServiceImpl extends BaseMybatisDao<CallLogMapper> imple
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
|
|
+ public Object callAllList(InputUserCallList in) {
|
|
|
|
|
+ Pagination<?> page = findPage("findCallLogList", "findCallLogCount", in);
|
|
|
|
|
+ return page;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @Override
|
|
|
public Object pushAllCall() {
|
|
public Object pushAllCall() {
|
|
|
List<CallDaysSumBo> callDaysSumBos = callLogMapper.selectAllCount();
|
|
List<CallDaysSumBo> callDaysSumBos = callLogMapper.selectAllCount();
|
|
|
DateTimeFormatter formatter = DateTimeFormatter.ISO_DATE;
|
|
DateTimeFormatter formatter = DateTimeFormatter.ISO_DATE;
|