Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
吴兆宣
backend
Commits
00524937
Commit
00524937
authored
5 years ago
by
刘志成
Browse files
Options
Download
Email Patches
Plain Diff
流程修改
parent
0be4313f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
v1.0/SDZ.ZJGSite/Controllers/CommonController.cs
v1.0/SDZ.ZJGSite/Controllers/CommonController.cs
+1
-1
No files found.
v1.0/SDZ.ZJGSite/Controllers/CommonController.cs
View file @
00524937
...
...
@@ -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
>
GetByParent
2
(
string
pid
=
""
)
public
async
Task
<
ApiResult
>
GetByParent
ForScope
(
string
pid
=
""
)
{
var
list
=
await
_ZJG_ProjectBusiness
.
GetByParentAsync
(
pid
);
var
result
=
from
c
in
list
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment