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
da43f7d4
Commit
da43f7d4
authored
Oct 21, 2020
by
Sxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 建账完状态变成完成状态
parent
e4388695
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
tx-fi-tax/app/base/service/impl/bizchance/deliverybillSve.js
+8
-0
No files found.
tx-fi-tax/app/base/service/impl/bizchance/deliverybillSve.js
View file @
da43f7d4
...
...
@@ -85,6 +85,7 @@ class DeliverybillService extends ServiceBase {
// 通知 财税
await
toFtClient
.
addCusAccApplyInfo
(
deliverData
,
pobj
);
await
this
.
dao
.
updateByWhere
({
delivery_status
:
system
.
SERVERSESTATUS
.
SUCCESS
,
delivery_info
:
{
...
deliverData
.
delivery_info
,
setupStatus
:
system
.
SERVERSESTATUS
.
SETUP
,
...
...
@@ -99,6 +100,13 @@ class DeliverybillService extends ServiceBase {
},
{
id
:
pobj
.
deliverId
});
this
.
logService
.
insertInfo
({
flowType
:
system
.
FLOWCODE
.
DELIVERY
,
flowId
:
pobj
.
deliverId
,
statusCode
:
system
.
SERVERSESTATUS
.
SUCCESS
,
clerkName
:
pobj
.
userid
,
clerkId
:
pobj
.
username
});
console
.
log
(
"deliverySve:setupBill:SUCCESS----------------------------------------SUCCESS"
);
return
"SUCCESS"
}
...
...
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