史科,有两个内容要改一下。1.能源交通水利三个分类合成一个:能源、交通、水利工程,顺序1-14排下去。2.选项中,淘汰改为不同意。是否来得及?
This commit is contained in:
@@ -62,7 +62,8 @@ namespace Vote.Services.ApiController
|
||||
[Microsoft.AspNetCore.Authorization.AllowAnonymous]
|
||||
public async Task<dynamic> List(ProjectsInput args)
|
||||
{
|
||||
var typeList = new List<string> { "房建工程", "市政工程", "轨道交通工程", "能源工程", "交通工程", "水利工程" };
|
||||
//var typeList = new List<string> { "房建工程", "市政工程", "轨道交通工程", "能源工程", "交通工程", "水利工程" };
|
||||
var typeList = new List<string> { "房建工程", "市政工程", "轨道交通工程", "能源、交通、水利工程" };
|
||||
var data = await rep_Projects2025.DetachedEntities.Where(p => !p.IsDeleted)
|
||||
.Where(args.type != null, a => (int)a.type == args.type)
|
||||
.Where(args.is_no_inspection != null, a => (int)a.is_no_inspection == args.is_no_inspection)
|
||||
|
||||
Reference in New Issue
Block a user