|
@@ -49,7 +49,8 @@ public class ApiServiceInfoController extends BaseController { |
|
|
public ResultData currentVideoTotals(PageServiceVideoRecordDTO dto) { |
|
|
public ResultData currentVideoTotals(PageServiceVideoRecordDTO dto) { |
|
|
ServiceVideoRecord svr = new ServiceVideoRecord(); |
|
|
ServiceVideoRecord svr = new ServiceVideoRecord(); |
|
|
svr.setServiceId(getServiceId()); |
|
|
svr.setServiceId(getServiceId()); |
|
|
return new ResultData(serviceVideoRecordService.totalTimes(svr)); |
|
|
|
|
|
|
|
|
Float times = serviceVideoRecordService.totalTimes(svr); |
|
|
|
|
|
return new ResultData(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |