数据库变更CNPC_XJYJ

This commit is contained in:
2025-08-04 18:04:41 +08:00
parent bafbf97359
commit 79a7f35e22
679 changed files with 5590 additions and 3465 deletions
+2 -2
View File
@@ -70,7 +70,7 @@ namespace FineUIPro.Web.CQMS.WBS
/// <param name="e"></param>
protected void btnOut_Click(object sender, EventArgs e)
{
Model.SGGLDB db = Funs.DB;
Model.CNPCDB db = Funs.DB;
var cNProfessionals = from x in db.Base_CNProfessional select x;
var unitWorks = from x in db.WBS_UnitWork where x.ProjectId == this.CurrUser.LoginProjectId orderby x.UnitWorkCode select x;
var divisionProjects = (from x in db.WBS_DivisionProject where x.ProjectId == this.CurrUser.LoginProjectId select x).ToList();
@@ -519,7 +519,7 @@ namespace FineUIPro.Web.CQMS.WBS
ir = pds.Rows.Count;
if (pds != null && ir > 0)
{
Model.SGGLDB db = Funs.DB;
Model.CNPCDB db = Funs.DB;
var oldViewInfos = from x in db.WBS_BreakdownProject
where x.ProjectId == this.CurrUser.LoginProjectId
select x;