2023-03-08 实业增加
This commit is contained in:
@@ -122,7 +122,7 @@ namespace BLL
|
||||
return list;
|
||||
}
|
||||
|
||||
public static Document Print(string Id)
|
||||
public static Document Print(string ApproveUserReviewById)
|
||||
{
|
||||
string rootPath = Funs.RootPath;
|
||||
|
||||
@@ -140,7 +140,7 @@ namespace BLL
|
||||
}
|
||||
File.Copy(uploadfilepath, newUrl);
|
||||
///更新书签
|
||||
var getFireWork = PHTGL_BidApproveUserReviewService.GetPHTGL_BidApproveUserReviewById(Id);
|
||||
var getFireWork = PHTGL_BidApproveUserReviewService.GetPHTGL_BidApproveUserReviewById(ApproveUserReviewById);
|
||||
var Bid = PHTGL_BidDocumentsReviewService.GetPHTGL_BidDocumentsReviewById(getFireWork.BidDocumentsReviewId);
|
||||
var Act = BLL.PHTGL_ActionPlanFormationService.GetPHTGL_ActionPlanFormationById(Bid.ActionPlanID);
|
||||
#region 评标小组成员名单
|
||||
@@ -152,7 +152,7 @@ namespace BLL
|
||||
+ @" FROM PHTGL_BidApproveUserReview_Sch1 AS APP "
|
||||
+ @"where 1=1 AND ApproveUserReviewID = @ApproveUserReviewID ";
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
listStr.Add(new SqlParameter("@ApproveUserReviewID", Id));
|
||||
listStr.Add(new SqlParameter("@ApproveUserReviewID", ApproveUserReviewById));
|
||||
|
||||
SqlParameter[] parameter = listStr.ToArray();
|
||||
DataTable tb = SQLHelper.GetDataTableRunText(strSql, parameter);
|
||||
|
||||
Reference in New Issue
Block a user