diff --git a/src/Shentun.Peis.Application/InternalReports/InternalReportAppService.cs b/src/Shentun.Peis.Application/InternalReports/InternalReportAppService.cs index ebf041f..87ff198 100644 --- a/src/Shentun.Peis.Application/InternalReports/InternalReportAppService.cs +++ b/src/Shentun.Peis.Application/InternalReports/InternalReportAppService.cs @@ -122,16 +122,16 @@ namespace Shentun.Peis.InternalReports - /// - /// 总检医生工作量统计 - /// - /// - /// - [HttpPost("api/app/internalreport/getsumcheckdoctorworkloadreport")] - public async Task> GetSumCheckDoctorWorkLoadReportAsync(GetSumCheckDoctorWorkLoadReportRequestDto input) - { + ///// + ///// 总检医生工作量统计 + ///// + ///// + ///// + //[HttpPost("api/app/internalreport/getsumcheckdoctorworkloadreport")] + //public async Task> GetSumCheckDoctorWorkLoadReportAsync(GetSumCheckDoctorWorkLoadReportRequestDto input) + //{ - } + //} } }