This commit is contained in:
qianhao.xu
2025-03-18 17:50:08 +08:00
parent b2aeadf90c
commit afd800732e
4 changed files with 43 additions and 33 deletions

View File

@@ -130,7 +130,7 @@ namespace DOAN.Admin.WebApi.Controllers
return SUCCESS(null);
};
parm.ScheduleDate = parm.ScheduleDate.Date;
parm.ScheduleDate = parm.ScheduleDate.Value.Date;
var modal = parm.Adapt<GroupSchedule>().ToCreate(HttpContext);
var response = _GroupScheduleService.AddGroupSchedule(modal);