代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/Task_HtyService.cs
@@ -41,7 +41,7 @@ using WIDESEAWCS_ITaskInfoRepository; using WIDESEAWCS_ITaskInfoService; using WIDESEAWCS_Model.Models; using WIDESEAWCS_QuartzJob.Service; namespace WIDESEAWCS_TaskInfoService { @@ -82,6 +82,8 @@ Remark = task.Remark, Modifier = task.Modifier, ModifyDate = DateTime.Now, PalletCodequantity = task.PalletCodequantity, PLCTo=task.PLCTo, }; BaseDal.AddData(task_Hty); return content;