1
This commit is contained in:
@@ -1975,12 +1975,12 @@
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// CNCECHSSEService.HSSEServiceClient hsseC = new CNCECHSSEService.HSSEServiceClient();
|
|
||||||
var upCheckReport = from x in db.View_DCGL_CheckRectifyListFromSUB
|
var upCheckReport = from x in db.View_DCGL_CheckRectifyListFromSUB
|
||||||
where x.RealEndDate.HasValue && x.CheckRectifyId == checkRectifyId
|
where x.RealEndDate.HasValue && x.CheckRectifyId == checkRectifyId
|
||||||
select new Model.DCGLCheckRectifyItem
|
select new Model.DCGLCheckRectifyItem
|
||||||
{
|
{
|
||||||
CheckRectifyId = x.CheckRectifyId,
|
CheckRectifyId = x.CheckRectifyId,
|
||||||
|
NoticeItemId = x.NoticeItemId,
|
||||||
CheckRectifyCode = x.CheckRectifyCode,
|
CheckRectifyCode = x.CheckRectifyCode,
|
||||||
ProjectId = x.ProjectId,
|
ProjectId = x.ProjectId,
|
||||||
UnitId = x.UnitId,
|
UnitId = x.UnitId,
|
||||||
@@ -1994,13 +1994,15 @@
|
|||||||
OrderEndDate = x.OrderEndDate,
|
OrderEndDate = x.OrderEndDate,
|
||||||
OrderEndPerson = x.OrderEndPerson,
|
OrderEndPerson = x.OrderEndPerson,
|
||||||
RealEndDate = x.RealEndDate,
|
RealEndDate = x.RealEndDate,
|
||||||
Verification = x.Verification,
|
//Verification = x.Verification,
|
||||||
|
Situation = x.Situation,
|
||||||
AttachFileId = x.AttachFileId2,
|
AttachFileId = x.AttachFileId2,
|
||||||
ToKeyId = x.ToKeyId2,
|
ToKeyId = x.ToKeyId2,
|
||||||
AttachSource = x.AttachSource2,
|
AttachSource = x.AttachSource2,
|
||||||
AttachUrl = x.AttachUrl2,
|
AttachUrl = x.AttachUrl2,
|
||||||
////附件转为字节传送
|
FilePath = Funs.SGGLUrl
|
||||||
FileContext = FileStructService.GetMoreFileStructByAttachUrl(x.AttachUrl2),
|
//////附件转为字节传送
|
||||||
|
//FileContext = FileStructService.GetMoreFileStructByAttachUrl(x.AttachUrl2),
|
||||||
};
|
};
|
||||||
|
|
||||||
string baseurl = SysConstSetService.CNCECPath + "/api/HSSEData/UpDCGLCheckRectifyTable";
|
string baseurl = SysConstSetService.CNCECPath + "/api/HSSEData/UpDCGLCheckRectifyTable";
|
||||||
|
|||||||
@@ -264,6 +264,15 @@
|
|||||||
set;
|
set;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 附件路径域名地址
|
||||||
|
/// </summary>
|
||||||
|
public string FilePath
|
||||||
|
{
|
||||||
|
get;
|
||||||
|
set;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 附件路径
|
/// 附件路径
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user