数据库变更CNPC_XJYJ
This commit is contained in:
@@ -15,7 +15,7 @@ namespace FineUIPro.Web
|
||||
{
|
||||
if (!IsPostBack)
|
||||
{
|
||||
Model.SGGLDB db = Funs.DB;
|
||||
Model.CNPCDB db = Funs.DB;
|
||||
this.divPersonTrainNum.InnerText = (from x in db.Comprehensive_InspectionPerson
|
||||
where x.ProjectId == this.CurrUser.LoginProjectId && x.IsTrain == true
|
||||
select x).Count().ToString();
|
||||
|
||||
Reference in New Issue
Block a user