winter 1 год назад
Родитель
Сommit
dfba032981
1 измененных файлов: 2 добавлений и 1 удалений
  1. +2
    -1
      open-api/src/main/java/com/iformall/controller/ApiServiceInfoController.java

+ 2
- 1
open-api/src/main/java/com/iformall/controller/ApiServiceInfoController.java Просмотреть файл

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

}

Загрузка…
Отмена
Сохранить