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
5ccf5ed9
Commit
5ccf5ed9
authored
Mar 30, 2022
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
70815d5d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
ic-deliver/app/base/db/impl/bizchance/deliverybillDao.js
+1
-0
ic-deliver/app/base/service/impl/bizchance/deliverybillSve.js
+11
-1
No files found.
ic-deliver/app/base/db/impl/bizchance/deliverybillDao.js
View file @
5ccf5ed9
...
...
@@ -95,6 +95,7 @@ class DeliverybillDao extends Dao {
}
return
await
this
.
updateByWhere
(
setobj
,
whereobj
,
t
);
}
/*更新业务员/交付员信息*/
async
updateSalesmanInfoByDeliverCode
(
qobj
,
t
)
{
...
...
ic-deliver/app/base/service/impl/bizchance/deliverybillSve.js
View file @
5ccf5ed9
...
...
@@ -221,7 +221,7 @@ class DeliverybillService extends ServiceBase {
return
self
.
db
.
transaction
(
async
function
(
t
)
{
return
await
self
.
dao
.
updateStatusByDeliverCode
(
qobj
,
t
);
});
}
}
zz
/*更新业务员/交付员信息*/
async
updateSalesmanInfoByDeliverCode
(
qobj
)
{
var
self
=
this
;
...
...
@@ -245,6 +245,16 @@ class DeliverybillService extends ServiceBase {
case
"QYJYTC2"
:
//工商执照办理、银行开户、税务报到、注册地址服务(一年期)、代理记账(一年期
return
await
this
.
dao
.
insertInfoPackage
(
qobj
,
[
"companyCase"
,
"openBankAccountCase"
,
"taxCase"
,
"regAddrCase1"
,
"agentCase1"
]);
case
"QYJYTC3"
:
//工商执照办理(带可章)、注册地址服务(一年期)
return
await
this
.
dao
.
insertInfoPackage
(
qobj
,
[
"companyCase"
,
"regAddrCase1"
]);
case
"QYJYTC4"
:
//银行开户、税务报到、代理记账(一年期
return
await
this
.
dao
.
insertInfoPackage
(
qobj
,
[
"openBankAccountCase"
,
"taxCase"
,
"agentCase1"
]);
case
"QYJYTC5"
:
//银行开户、税务报到、代理记账(一年期)、税控托管代开票一年
return
await
this
.
dao
.
insertInfoPackage
(
qobj
,
[
"openBankAccountCase"
,
"taxCase"
,
"agentCase1"
,
"taxControlCase"
]);
default
:
// 非套餐类产品
return
await
this
.
dao
.
insertInfo
(
qobj
);
...
...
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