1
This commit is contained in:
@@ -27,7 +27,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||
public void BindGrid()
|
||||
{
|
||||
string strSql = @"select Id, Sortid, StartDate, EndDate, ProjectId,ReportType
|
||||
from Report_WeekAndMonthReport_New C
|
||||
from Report_WeekAndMonthReport_New C with(nolock)
|
||||
where C.ReportType='1' AND C.ProjectId = @ProjectId";
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
listStr.Add(new SqlParameter("@ProjectId", this.CurrUser.LoginProjectId));
|
||||
|
||||
Reference in New Issue
Block a user