From 64af77efecd6cf0d3055572b112baf86d6097fce Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 31 May 2023 22:20:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=8F=E5=90=8C=E4=B8=AD?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E5=8D=8F=E5=90=8C=E5=90=8E=E5=8D=8F=E5=90=8C?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FactorySystemBll/TaskBll.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FactorySystemBll/TaskBll.cs b/FactorySystemBll/TaskBll.cs index 0a40691..a6d0d73 100644 --- a/FactorySystemBll/TaskBll.cs +++ b/FactorySystemBll/TaskBll.cs @@ -129,7 +129,7 @@ namespace FactorySystemBll update TFS_Task set FCanEdit=2 where FCanEdit!=2 and FTeamID={0}; update TFS_Task set FState=2,FFinishDate=getdate() where FState!=2 and FTeamID={0}; update TFS_FTeamProcess set FState=2,FFinishDate=getdate() where FState!=2 and FTeamID={0}; - update TFS_FTeamwork set FProgress='100' where FID=36 and FProgress!='100' + update TFS_FTeamwork set FProgress='100' where FID={0}; end", teamId)); }