首页修改
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using EmitMapper;
|
||||
using Model;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
@@ -43,7 +44,7 @@ namespace BLL
|
||||
{
|
||||
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
|
||||
{
|
||||
var projects = (from x in db.Project_ProjectUser
|
||||
var projects = (from x in db.Project_ProjectUser
|
||||
join y in db.Base_Project on x.ProjectId equals y.ProjectId
|
||||
where x.UserId == userId
|
||||
orderby y.ProjectCode
|
||||
|
||||
Reference in New Issue
Block a user