1112
This commit is contained in:
@@ -144,12 +144,10 @@ namespace FineUIPro.Web.WeldingProcess.PMI
|
||||
if (result != null)
|
||||
{
|
||||
this.PMIDelegationId = result.Id;
|
||||
strSql = @"SELECT * "
|
||||
+ @" FROM dbo.View_HotProess_TrustItem AS Trust"
|
||||
+ @" WHERE Trust.ProjectId= @ProjectId AND Trust.HotProessTrustId=@HotProessTrustId ";
|
||||
strSql = @"SELECT *FROM [View_PMI_DelegationDetails] WHERE ProjectId= @ProjectId AND PMIID=@PMIDelegationId ";
|
||||
|
||||
listStr.Add(new SqlParameter("@ProjectId", result != null ? result.ProjectId : this.CurrUser.LoginProjectId));
|
||||
listStr.Add(new SqlParameter("@HotProessTrustId", this.PMIDelegationId));
|
||||
listStr.Add(new SqlParameter("@PMIDelegationId", this.PMIDelegationId));
|
||||
|
||||
if (!string.IsNullOrEmpty(this.txtIsoNo.Text.Trim()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user