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
08cb8045
Commit
08cb8045
authored
Dec 09, 2019
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
6e68a03f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
xggsve-order/app/base/service/impl/order/iborderbaseSve.js
+1
-1
xggsve-order/app/base/service/sve.base.js
+2
-2
No files found.
xggsve-order/app/base/service/impl/order/iborderbaseSve.js
View file @
08cb8045
...
@@ -76,7 +76,7 @@ class IborderbaseService extends ServiceBase {
...
@@ -76,7 +76,7 @@ class IborderbaseService extends ServiceBase {
payType
:
params
.
payType
,
payType
:
params
.
payType
,
payStatus
:
"10"
,
payStatus
:
"10"
,
};
};
payment
=
await
this
.
paymentSve
.
create
(
payment
);
payment
=
await
this
.
paymentSve
.
create
(
payment
,
t
);
params
.
orderpay_id
=
payment
.
id
;
params
.
orderpay_id
=
payment
.
id
;
}
}
// 将id赋值
// 将id赋值
...
...
xggsve-order/app/base/service/sve.base.js
View file @
08cb8045
...
@@ -153,8 +153,8 @@ class ServiceBase {
...
@@ -153,8 +153,8 @@ class ServiceBase {
async
delete
(
qobj
)
{
async
delete
(
qobj
)
{
return
this
.
dao
.
delete
(
qobj
);
return
this
.
dao
.
delete
(
qobj
);
}
}
async
create
(
qobj
)
{
async
create
(
qobj
,
t
)
{
return
this
.
dao
.
create
(
qobj
);
return
this
.
dao
.
create
(
qobj
,
t
);
}
}
async
update
(
qobj
,
tm
=
null
)
{
async
update
(
qobj
,
tm
=
null
)
{
return
this
.
dao
.
update
(
qobj
,
tm
);
return
this
.
dao
.
update
(
qobj
,
tm
);
...
...
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