数据库变更CNPC_XJYJ
This commit is contained in:
@@ -1987,7 +1987,7 @@ namespace FineUIPro.Web.JDGL.WBSPlan
|
||||
/// <param name="cnProfessionId"></param>
|
||||
private void MergeWbsSetDetail(string cnProfessionId)
|
||||
{
|
||||
Model.SGGLDB db = Funs.DB;
|
||||
Model.CNPCDB db = Funs.DB;
|
||||
// 分部分项
|
||||
var wbsSetList4 = from x in db.WbsDetail
|
||||
join y in db.Wbs_WbsSet on x.ToWbs equals y.WbsSetId
|
||||
@@ -2148,7 +2148,7 @@ namespace FineUIPro.Web.JDGL.WBSPlan
|
||||
private void AddWbsSetDetail(string toWbs, DateTime months, decimal planValue, decimal completeValue, decimal realValue, int toFlag)
|
||||
{
|
||||
|
||||
Model.SGGLDB db = Funs.DB;
|
||||
Model.CNPCDB db = Funs.DB;
|
||||
decimal? weight = null;
|
||||
if (toFlag == 4)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user