Compare commits

..

No commits in common. "0ee8b65789df1e1338ca15ea771173690c906297" and "5cfc45b09b4198b8c766c406e574d522f0d0aba4" have entirely different histories.

View File

@ -79,10 +79,7 @@ namespace APT.SC.WebApi.Controllers.Api.SE
{ {
foreach (var item in ListPlanDetail) foreach (var item in ListPlanDetail)
{ {
if (item.DATE_TRAIN == DateTime.MinValue) item.DATE_TRAIN = Convert.ToDateTime(entity.YEAR + "-" + item.MONTH + "-01 00:00:00");
{
item.DATE_TRAIN = Convert.ToDateTime(entity.YEAR + "-" + item.MONTH + "-01 00:00:00");
}
item.Nav_TrainTypeEnum = null;//待测试 是否会影响 TYPE_ID item.Nav_TrainTypeEnum = null;//待测试 是否会影响 TYPE_ID
} }
} }