修改排班
This commit is contained in:
parent
5b361c8400
commit
b5e69edd62
@ -45,6 +45,10 @@ namespace APT.FM.WebApi.Controllers.Api.FM
|
|||||||
throw new Exception(repeatNames + "重复,不允许重复添加人员!");
|
throw new Exception(repeatNames + "重复,不允许重复添加人员!");
|
||||||
}
|
}
|
||||||
entity.Nav_DepartmentSchedulingDetail = null;
|
entity.Nav_DepartmentSchedulingDetail = null;
|
||||||
|
if (entity.DATE_TIME == DateTime.MinValue)
|
||||||
|
{
|
||||||
|
entity.DATE_TIME = entity.START_TIME;
|
||||||
|
}
|
||||||
UnifiedCommit(() =>
|
UnifiedCommit(() =>
|
||||||
{
|
{
|
||||||
this.UpdateEntityNoCommit(entity);
|
this.UpdateEntityNoCommit(entity);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user