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
5c802c1d
Commit
5c802c1d
authored
Dec 01, 2020
by
王悦
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
e7b7ea0c
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 @
5c802c1d
...
...
@@ -168,8 +168,8 @@ class UtilsNeedService extends AppServiceBase {
* @param {*} actionBody needNo 需求号
*/
async
getItemByNeedNo
(
pobj
,
actionBody
)
{
if
(
!
actionBody
.
needNo
)
{
return
system
.
getResult
(
null
,
"actionBody.
needNo
can not be empty,100385"
);
if
(
!
actionBody
.
bizId
)
{
return
system
.
getResult
(
null
,
"actionBody.
bizId
can not be empty,100385"
);
}
var
reqUrl
=
this
.
centerOrderUrl
+
"action/need/springBoard"
;
var
itemResult
=
await
this
.
restPostUrl
(
pobj
,
reqUrl
);
...
...
王悦
@wangyue
mentioned in commit
316b8cf2
Dec 01, 2020
mentioned in commit
316b8cf2
mentioned in commit 316b8cf2f98a2c7b78a469b90ddfc7e994ff0a85
Toggle commit list
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