Commit 00524937 authored by 刘志成's avatar 刘志成
Browse files

流程修改

parent 0be4313f
......@@ -209,7 +209,7 @@ namespace SDZ.MPService.Controllers
[HttpGet]
[Route("/api/js/h/v1/v/common/getbyparentforscope")]
[Route("/api/js/mp/v1/v/common/getbyparentforscope")]
public async Task<ApiResult> GetByParent2(string pid = "")
public async Task<ApiResult> GetByParentForScope(string pid = "")
{
var list = await _ZJG_ProjectBusiness.GetByParentAsync(pid);
var result = from c in list
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment