Compare commits
2 Commits
5cfc45b09b
...
0ee8b65789
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ee8b65789 | ||
|
|
775670781d |
@ -78,8 +78,11 @@ namespace APT.SC.WebApi.Controllers.Api.SE
|
||||
if (ListPlanDetail != null && ListPlanDetail.Count() > 0)
|
||||
{
|
||||
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.Nav_TrainTypeEnum = null;//待测试 是否会影响 TYPE_ID
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user