diff --git a/FactorySystemBll/PackageBll.cs b/FactorySystemBll/PackageBll.cs index 2db58f0..428d62f 100644 --- a/FactorySystemBll/PackageBll.cs +++ b/FactorySystemBll/PackageBll.cs @@ -421,7 +421,7 @@ namespace FactorySystemBll } string factory = teamwork.FCreateFactoryID.ToString(); if (teamwork.FCreateFactoryID != teamwork.FProdFactoryID) factory += "," + teamwork.FProdFactoryID; - BaseBll.CreateTaskData(teamId, userId, "11", factory, true, db); + //BaseBll.CreateTaskData(teamId, userId, "11", factory, true, db); db.CommitTran(); } catch (Exception)