限制单位

This commit is contained in:
2023-04-06 15:58:37 +08:00
parent 04a09dbbc6
commit 787eb249be
21 changed files with 111 additions and 104 deletions
@@ -31,7 +31,7 @@ namespace FineUIPro.Web.PZHGL.SGCH
U.UserName AS UploadManName
FROM dbo.Common_FileManager AS t
LEFT JOIN dbo.Sys_User AS U ON U.UserId = t.UploadMan
WHERE ToMenu='4' ";
WHERE ToMenu='4' and t.ProjectId ='" + this.CurrUser.LoginProjectId+"'";
List<SqlParameter> listStr = new List<SqlParameter>();
if (!string.IsNullOrEmpty(txtFileName.Text))