冗余代码清理

This commit is contained in:
2026-06-15 19:05:39 +08:00
parent 1fd3ca5094
commit eacb45828c
57 changed files with 134 additions and 31930 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ namespace FineUIPro.Web.Personal
+ @" LEFT JOIN Base_Unit as units on users.UnitId=units.UnitId"
+ @" LEFT JOIN Project_ProjectUser as ProjectUser on ProjectUser.UserId=sysLog.UserId and ProjectUser.ProjectId=sysLog.ProjectId"
+ @" LEFT JOIN Base_Project as Project on sysLog.ProjectId=Project.ProjectId"
+ @" WHERE sysLog.UserId != '" + Const.hfnbdId + "' AND sysLog.UserId !='" + Const.sedinId + "'";
+ @" WHERE sysLog.UserId != '" + Const.hfnbdId + "'";
List<SqlParameter> listStr = new List<SqlParameter>();
//if (this.CurrUser.UserId != BLL.Const.sysglyId)
//{