DataMaintenance
洁 任 2026-01-30 15:59:39 +08:00
parent 9f44e83137
commit 04984b74f8
1 changed files with 1 additions and 2 deletions

View File

@ -1027,10 +1027,9 @@ namespace OpenAuth.WebApi.Controllers.ServiceControllers.FireManagement
/// <summary>
/// 查询护林员打卡时间
/// </summary>
/// <param name="id"></param>
/// <param name="id">护林员iduserid</param>
/// <returns></returns>
[HttpGet]
[AllowAnonymous]
public async Task<Response<FmUserTimeSlot>> LoadTimeSoltByUserId(long id)
{
Response<FmUserTimeSlot> response = new Response<FmUserTimeSlot>();