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
56925d03
Commit
56925d03
authored
Mar 01, 2021
by
宋毅
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel
parents
53200b9c
a73a433c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
center-channel/app/base/api/impl/opreceive/need.js
+2
-2
center-channel/app/base/service/impl/common/signSve.js
+1
-1
center-channel/app/base/service/impl/utilsSve/utilsNeedSve.js
+1
-1
No files found.
center-channel/app/base/api/impl/opreceive/need.js
View file @
56925d03
...
@@ -124,8 +124,8 @@ class Need extends APIBase {
...
@@ -124,8 +124,8 @@ class Need extends APIBase {
// break;
// break;
break
;
break
;
//-----------接入百度ICP------end----------------------------------
//-----------接入百度ICP------end----------------------------------
case
"
ex
portNeeds"
:
case
"
im
portNeeds"
:
opResult
=
await
this
.
utilsNeedSve
.
ex
portNeeds
(
pobj
,
req
);
opResult
=
await
this
.
utilsNeedSve
.
im
portNeeds
(
pobj
,
req
);
break
;
break
;
default
:
default
:
opResult
=
system
.
getResult
(
null
,
"action_type参数错误"
);
opResult
=
system
.
getResult
(
null
,
"action_type参数错误"
);
...
...
center-channel/app/base/service/impl/common/signSve.js
View file @
56925d03
...
@@ -115,7 +115,7 @@ class SignService{
...
@@ -115,7 +115,7 @@ class SignService{
}
}
module
.
exports
=
SignService
;
module
.
exports
=
SignService
;
var
task
=
new
SignService
();
//
var task = new SignService();
// var obj = {
// var obj = {
// "actionType": "serviceProviderSubmitMaterial",
// "actionType": "serviceProviderSubmitMaterial",
// "actionBody": {
// "actionBody": {
...
...
center-channel/app/base/service/impl/utilsSve/utilsNeedSve.js
View file @
56925d03
...
@@ -1581,7 +1581,7 @@ class UtilsNeedService extends AppServiceBase {
...
@@ -1581,7 +1581,7 @@ class UtilsNeedService extends AppServiceBase {
}
}
//-----------接入百度ICP------end----------------------------------
//-----------接入百度ICP------end----------------------------------
async
ex
portNeeds
(
pobj
,
req
){
async
im
portNeeds
(
pobj
,
req
){
let
url
=
this
.
centerOrderUrl
+
'action/need/springBoard'
;
let
url
=
this
.
centerOrderUrl
+
'action/need/springBoard'
;
if
(
!
pobj
.
actionBody
.
needsArr
){
if
(
!
pobj
.
actionBody
.
needsArr
){
return
system
.
getResultFail
(
-
1
,
'导入数据不能为空'
);
return
system
.
getResultFail
(
-
1
,
'导入数据不能为空'
);
...
...
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