From 19b5dc658cc9e7af9559f8a9d61476dd6639f609 Mon Sep 17 00:00:00 2001
From: wxd <123@qq.com>
Date: Fri, 8 Sep 2023 15:18:53 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=88=E5=B9=B6=E9=A1=B9?=
=?UTF-8?q?=E7=9B=AE=E5=89=8D=E5=A4=87=E4=BB=BD2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../InternalReportAppService.cs | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
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)
+ //{
- }
+ //}
}
}