看板公告开始时间
This commit is contained in:
parent
ef990eb3c8
commit
2396e310b6
@ -193,8 +193,9 @@ namespace APT.SC.WebApi.Controllers.Api.BI
|
||||
{
|
||||
ID = new Guid(item[0].ToString()),
|
||||
TITLE = item[1].ToString(),
|
||||
CREATE_TIME = Convert.ToDateTime(item[2].ToString())
|
||||
}); ;
|
||||
CREATE_TIME = Convert.ToDateTime(item[2].ToString()),
|
||||
START = Convert.ToDateTime(item["START"].ToString())
|
||||
});
|
||||
|
||||
}
|
||||
catch { }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user