试压管理修改
This commit is contained in:
@@ -148,7 +148,7 @@ namespace FineUIPro.Web.HJGL.TestPackage
|
||||
LEFT JOIN dbo.PTP_PipelineList AS IsoList ON IsoList.PipelineId = IsoInfo.PipelineId
|
||||
WHERE IsoInfo.ProjectId= @ProjectId";
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
listStr.Add(new SqlParameter("@ProjectId", this.CurrUser.LoginProjectId));
|
||||
listStr.Add(new SqlParameter("@ProjectId", this.CurrUser.LoginProjectId));
|
||||
if (!string.IsNullOrEmpty(this.PTP_ID))
|
||||
{
|
||||
strSql += " AND (IsoList.PTP_ID IS NULL OR IsoList.PTP_ID = @PTP_ID)";
|
||||
@@ -270,7 +270,7 @@ namespace FineUIPro.Web.HJGL.TestPackage
|
||||
ShowNotify("此施压包已审核不能修改!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Model.PTP_TestPackage testPackage = new Model.PTP_TestPackage();
|
||||
testPackage.ProjectId = this.CurrUser.LoginProjectId;
|
||||
if (this.drpUnitWork.SelectedValue != BLL.Const._Null)
|
||||
|
||||
Reference in New Issue
Block a user