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); }