Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
Aidea
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sa_aidea
Aidea
Commits
2025ed22
Commit
2025ed22
authored
Mar 29, 2021
by
谢希宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Submit by Strive
Date 2021/03/24 删除发票购方电话、购方地址 Project End
parent
780b6fc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
InvoiceUtil.java
...ule/src/main/java/com/cftech/order/utils/InvoiceUtil.java
+2
-4
No files found.
aidea-modules/order-module/src/main/java/com/cftech/order/utils/InvoiceUtil.java
View file @
2025ed22
...
...
@@ -75,11 +75,9 @@ public class InvoiceUtil {
order
.
put
(
"buyerTaxNum"
,
unitTax
);
}
//购方电话 非必传
order
.
put
(
"buyerTel"
,
StringUtils
.
isBlank
(
orderObj
.
getMemberPhone
())
?
""
:
//
orderObj
.
getMemberPhone
().
substring
(
0
,
3
)
+
"****"
+
orderObj
.
getMemberPhone
().
substring
(
7
,
orderObj
.
getMemberPhone
().
length
()));
order
.
put
(
"buyerTel"
,
""
);
//购方地址 非必填
order
.
put
(
"buyerAddress"
,
StringUtils
.
isBlank
(
orderObj
.
getAddressDes
())
?
""
:
//
orderObj
.
getAddressDes
().
substring
(
0
,
3
)
+
"****"
+
orderObj
.
getAddressDes
().
substring
(
7
,
orderObj
.
getAddressDes
().
length
()));
order
.
put
(
"buyerAddress"
,
""
);
//购方银行账号及开户行地址 非必填
order
.
put
(
"buyerAccount"
,
""
);
//销方税号(使用沙箱环境请求时消息体参数salerTaxNum和消息头参数userTax填写339901999999142)必填
...
...
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