2023-04-28

This commit is contained in:
2023-04-28 14:56:47 +08:00
parent f2ab2d5b73
commit 5b740e7bda
35 changed files with 1321 additions and 519 deletions
@@ -58,7 +58,7 @@ namespace FineUIPro.Web.CQMS.Foreign
,[Memo]
,[CheckDate]
,[FileType]
FROM CQMS_Foreign_ITPListProject where 1=1 ";
FROM CQMS_Foreign_ITPListProject where ProjectId='"+this.CurrUser.LoginProjectId+"' ";
List<SqlParameter> listStr = new List<SqlParameter>();