冗余代码清理
This commit is contained in:
@@ -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)
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user