2023-07-03
This commit is contained in:
@@ -89,7 +89,7 @@ namespace FineUIPro.Web.ZHGL.ManagementReport
|
||||
+ @" where 1=1 ";
|
||||
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
if (!string.IsNullOrEmpty(this.CurrUser.LoginProjectId))
|
||||
// if (!string.IsNullOrEmpty(this.CurrUser.LoginProjectId))
|
||||
{
|
||||
strSql += " AND chec.ProjectId = @ProjectId";
|
||||
listStr.Add(new SqlParameter("@ProjectId", tvControlItem.SelectedNodeID));
|
||||
|
||||
Reference in New Issue
Block a user