Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Jiaqi.xu
2021-12-01 09:46:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b13b47098a0749f4334bb4c7ffc2b64b46a10cfb
b13b4709
1 parent
17587838
C类第二法定数量调整
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/main/java/com/erry/iclear/dateInterface/service/ChmConsignmentDetailService.java
src/main/java/com/erry/iclear/dateInterface/service/ChmConsignmentDetailService.java
View file @
b13b470
...
...
@@ -172,9 +172,10 @@ public class ChmConsignmentDetailService {
if
(!
Objects
.
equals
(
secondUnitDictionaryEntries
,
null
)){
result
.
setUnitLegalSecondId
(
secondUnitDictionaryEntries
);
result
.
setUnitLegalSecond
(
secondUnitDictionaryEntries
.
getChineseName
());
}
//第二法定数量
result
.
setQtyLegalSecond
(
bigDecimalFormat
(
BigDecimal
.
valueOf
(
mawbDetail
.
getSecondQty
().
doubleValue
())));
result
.
setQtyLegalSecond
(
bigDecimalFormat
(
BigDecimal
.
valueOf
(
mawbDetail
.
getSecondQty
())));
}
//成交币制
DictionaryEntries
currencyDictionaryEntries
=
Constant
.
dictionaryEntriesCache
.
get
(
Constant
.
CURRENCY_SYSTEM
+
mawbDetail
.
getTradeCurr
());
if
(!
Objects
.
equals
(
currencyDictionaryEntries
,
null
)){
...
...
Please
register
or
login
to post a comment