20230229
This commit is contained in:
@@ -647,7 +647,7 @@ namespace FineUIPro.Web.HJGL.TrustManage
|
||||
|
||||
Dictionary<string, string> keyValuePairs = new Dictionary<string, string>();
|
||||
keyValuePairs.Add("CH_TrustID", reportId);
|
||||
keyValuePairs.Add("totalUnit", "中国天辰工程有限公司");
|
||||
keyValuePairs.Add("totalUnit", "中国成达工程有限公司");
|
||||
var unitcheck = Funs.DB.Project_ProjectUnit.FirstOrDefault(x => x.ProjectId == trust.ProjectId && x.UnitType == Const.ProjectUnitType_3);
|
||||
if (unitcheck != null && !string.IsNullOrEmpty(unitcheck.UnitId))
|
||||
{ keyValuePairs.Add("supUnit", BLL.UnitService.GetUnitNameByUnitId(unitcheck.UnitId).ToString());
|
||||
@@ -1083,7 +1083,7 @@ namespace FineUIPro.Web.HJGL.TrustManage
|
||||
|
||||
Dictionary<string, string> keyValuePairs = new Dictionary<string, string>();
|
||||
keyValuePairs.Add("CH_TrustID", reportId);
|
||||
keyValuePairs.Add("totalUnit", "中国天辰工程有限公司");
|
||||
keyValuePairs.Add("totalUnit", "中国成达工程有限公司");
|
||||
var unitcheck = Funs.DB.Project_ProjectUnit.FirstOrDefault(x => x.ProjectId == trust.ProjectId && x.UnitType == Const.ProjectUnitType_3);
|
||||
if (unitcheck != null && !string.IsNullOrEmpty(unitcheck.UnitId))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user