|
@@ -95,6 +95,7 @@ namespace TEAMModelOS.Controllers.Third
|
|
[HttpPost("get-list")]
|
|
[HttpPost("get-list")]
|
|
[AllowAnonymous]
|
|
[AllowAnonymous]
|
|
public async Task<IActionResult> GetProjectList(JsonElement json) {
|
|
public async Task<IActionResult> GetProjectList(JsonElement json) {
|
|
|
|
+
|
|
// 5.3.1.1获取项目列表
|
|
// 5.3.1.1获取项目列表
|
|
string trainComID = _sc_trainComID;
|
|
string trainComID = _sc_trainComID;
|
|
string Code = "GetProjectInfoByTrainComID";
|
|
string Code = "GetProjectInfoByTrainComID";
|