fix:过滤
This commit is contained in:
parent
254f8fb8b2
commit
d122ccff28
|
@ -86,7 +86,14 @@ namespace WebAPI.Filter
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
///
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static List<string> lists = new List<string> { "PMP*SynPMPProjectData", "GJSX*OverdueWarningSendEmail", "User*postLoginOn", "get*token", "HazardRegister*getHazardRegisterTotalCount", "HazardRegister*getHazardRegisterByProjectIdStates", "upload*attendance" };
|
public static List<string> lists = new List<string> { "PMP*SynPMPProjectData", "GJSX*OverdueWarningSendEmail", "User*postLoginOn", "get*token", "HazardRegister*getHazardRegisterTotalCount",
|
||||||
|
"HazardRegister*getHazardRegisterByProjectIdStates",
|
||||||
|
"JGZL*getUserList",
|
||||||
|
"JGZL*getProjedtList",
|
||||||
|
"JGZL*getUnitWorkListByProjectId",
|
||||||
|
"JGZL*getInstallationListByProjectId",
|
||||||
|
"JGZL*getUnitList",
|
||||||
|
"upload*attendance" };
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue