From ef181c2af2d8979cfe5ac58ea3da876c8e5fc9fc Mon Sep 17 00:00:00 2001 From: Yang <903110162@qq.com> Date: Tue, 9 May 2023 13:07:45 +0800 Subject: [PATCH] commit by yzf --- FactorySystemBll/HalfMaterialTeamworkBll.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FactorySystemBll/HalfMaterialTeamworkBll.cs b/FactorySystemBll/HalfMaterialTeamworkBll.cs index 4dd99e2..7ebd7a4 100644 --- a/FactorySystemBll/HalfMaterialTeamworkBll.cs +++ b/FactorySystemBll/HalfMaterialTeamworkBll.cs @@ -489,7 +489,7 @@ namespace FactorySystemBll mItem.FOldID = oldId; mItem.FLevelID = vItem.FLevel; mItem.FParentID = oldParent; - mItem.FTestCode = teamInfo.FNewTestCode; + //mItem.FTestCode = teamInfo.FNewTestCode; if (mItem.FLevelID >= 1) formulaList.Add(mItem); }