1
This commit is contained in:
@@ -127,8 +127,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||
if (!string.IsNullOrEmpty(SetSubReviewID))
|
||||
{
|
||||
var _SetSubReview = BLL.PHTGL_SetSubReviewService.GetPHTGL_SetSubReviewById(SetSubReviewID);
|
||||
var BidUser = BLL.PHTGL_BidApproveUserReviewService.GetPHTGL_BidApproveUserReviewById(_SetSubReview.ApproveUserReviewID);
|
||||
var BidDocument = BLL.PHTGL_BidDocumentsReviewService.GetPHTGL_BidDocumentsReviewById(BidUser.BidDocumentsReviewId);
|
||||
var BidDocument = BLL.PHTGL_BidDocumentsReviewService.GetPHTGL_BidDocumentsReviewById(_SetSubReview.BidDocumentsReviewId);
|
||||
if (_SetSubReview != null)
|
||||
{
|
||||
txtSetSubReviewCode.Text = _SetSubReview.SetSubReviewCode;
|
||||
|
||||
Reference in New Issue
Block a user