|
|
|
@ -421,7 +421,7 @@ namespace FactorySystemBll
|
|
|
|
}
|
|
|
|
}
|
|
|
|
string factory = teamwork.FCreateFactoryID.ToString();
|
|
|
|
string factory = teamwork.FCreateFactoryID.ToString();
|
|
|
|
if (teamwork.FCreateFactoryID != teamwork.FProdFactoryID) factory += "," + teamwork.FProdFactoryID;
|
|
|
|
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();
|
|
|
|
db.CommitTran();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
catch (Exception)
|
|
|
|
catch (Exception)
|
|
|
|
|