数据库变更CNPC_XJYJ
This commit is contained in:
@@ -1083,7 +1083,7 @@ namespace FineUIPro.Web.HSSE.SolutionNew
|
||||
private void initDropSameGroup(DropDownList drop , string type)
|
||||
{
|
||||
List<Sys_User> users = new List<Sys_User>();
|
||||
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
|
||||
using (Model.CNPCDB db = new Model.CNPCDB(Funs.ConnString))
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
@@ -1178,7 +1178,7 @@ namespace FineUIPro.Web.HSSE.SolutionNew
|
||||
rootNode.EnableCheckEvent = true;
|
||||
trOne.Nodes.Add(rootNode);
|
||||
trOne.EnableCheckBox = true;
|
||||
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
|
||||
using (Model.CNPCDB db = new Model.CNPCDB(Funs.ConnString))
|
||||
{
|
||||
var userList = from x in db.Sys_User
|
||||
join y in db.Project_ProjectUnit
|
||||
@@ -1209,7 +1209,7 @@ namespace FineUIPro.Web.HSSE.SolutionNew
|
||||
rootNode.EnableCheckEvent = true;
|
||||
trTwo.Nodes.Add(rootNode);
|
||||
trTwo.EnableCheckBox = true;
|
||||
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
|
||||
using (Model.CNPCDB db = new Model.CNPCDB(Funs.ConnString))
|
||||
{
|
||||
var userList = from x in db.Sys_User
|
||||
join y in db.Project_ProjectUnit
|
||||
@@ -1260,7 +1260,7 @@ namespace FineUIPro.Web.HSSE.SolutionNew
|
||||
rootNode.EnableCheckEvent = true;
|
||||
trThree.Nodes.Add(rootNode);
|
||||
trThree.EnableCheckBox = true;
|
||||
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
|
||||
using (Model.CNPCDB db = new Model.CNPCDB(Funs.ConnString))
|
||||
{
|
||||
var userList = from x in db.Sys_User
|
||||
join y in db.Project_ProjectUnit
|
||||
@@ -1290,7 +1290,7 @@ namespace FineUIPro.Web.HSSE.SolutionNew
|
||||
rootNode.EnableCheckEvent = true;
|
||||
trFour.Nodes.Add(rootNode);
|
||||
trFour.EnableCheckBox = true;
|
||||
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
|
||||
using (Model.CNPCDB db = new Model.CNPCDB(Funs.ConnString))
|
||||
{
|
||||
var userList = from x in db.Sys_User
|
||||
join y in db.Project_ProjectUnit
|
||||
@@ -1321,7 +1321,7 @@ namespace FineUIPro.Web.HSSE.SolutionNew
|
||||
rootNode.EnableCheckEvent = true;
|
||||
trFive.Nodes.Add(rootNode);
|
||||
trFive.EnableCheckBox = true;
|
||||
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
|
||||
using (Model.CNPCDB db = new Model.CNPCDB(Funs.ConnString))
|
||||
{
|
||||
var userList = from x in db.Sys_User
|
||||
join y in db.Project_ProjectUnit
|
||||
@@ -1352,7 +1352,7 @@ namespace FineUIPro.Web.HSSE.SolutionNew
|
||||
rootNode.EnableCheckEvent = true;
|
||||
trSixe.Nodes.Add(rootNode);
|
||||
trSixe.EnableCheckBox = true;
|
||||
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
|
||||
using (Model.CNPCDB db = new Model.CNPCDB(Funs.ConnString))
|
||||
{
|
||||
var userList = from x in db.Sys_User
|
||||
join y in db.Project_ProjectUnit
|
||||
|
||||
Reference in New Issue
Block a user