Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
316b8cf2
Commit
316b8cf2
authored
Dec 01, 2020
by
王悦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "fix"
This reverts commit
5c802c1d
parent
5c802c1d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
center-channel/app/base/service/impl/utilsSve/utilsNeedSve.js
+2
-2
No files found.
center-channel/app/base/service/impl/utilsSve/utilsNeedSve.js
View file @
316b8cf2
...
@@ -168,8 +168,8 @@ class UtilsNeedService extends AppServiceBase {
...
@@ -168,8 +168,8 @@ class UtilsNeedService extends AppServiceBase {
* @param {*} actionBody needNo 需求号
* @param {*} actionBody needNo 需求号
*/
*/
async
getItemByNeedNo
(
pobj
,
actionBody
)
{
async
getItemByNeedNo
(
pobj
,
actionBody
)
{
if
(
!
actionBody
.
bizId
)
{
if
(
!
actionBody
.
needNo
)
{
return
system
.
getResult
(
null
,
"actionBody.
bizId
can not be empty,100385"
);
return
system
.
getResult
(
null
,
"actionBody.
needNo
can not be empty,100385"
);
}
}
var
reqUrl
=
this
.
centerOrderUrl
+
"action/need/springBoard"
;
var
reqUrl
=
this
.
centerOrderUrl
+
"action/need/springBoard"
;
var
itemResult
=
await
this
.
restPostUrl
(
pobj
,
reqUrl
);
var
itemResult
=
await
this
.
restPostUrl
(
pobj
,
reqUrl
);
...
...
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