Compare commits
7 Commits
3c938c0b6d
...
2c1de947e9
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2c1de947e9 | ||
![]() |
a3757c38ed | ||
![]() |
17228240da | ||
f80ab3761c | |||
![]() |
68359ed3dd | ||
![]() |
9783f6cbb0 | ||
![]() |
5d2c224238 |
@ -74,7 +74,7 @@ public class ExportDeclarationDetailsReportPlugin extends AbstractReportListData
|
||||
"yem_basefobamt * yem_baserate yem_cnyfobamt");
|
||||
dataSet = dataSet.select(String.join(",", RptUtil.getDataSetFiledAlias(dataSet)) + "," +
|
||||
//人民币离岸价与开票额差额
|
||||
"yem_cnyfobamt - yem_cnyinvoiced yem_fobsubinvoiced");
|
||||
"ROUND(yem_cnyfobamt - yem_cnyinvoiced, 2) yem_fobsubinvoiced");
|
||||
dataSet = dataSet.select(String.join(",", RptUtil.getDataSetFiledAlias(dataSet)) + "," +
|
||||
//美元离岸价
|
||||
"CASE WHEN yem_usdrate > 0 THEN yem_cnyfobamt / yem_usdrate ELSE 0.0 END yem_usdfobamt");
|
||||
|
Loading…
Reference in New Issue
Block a user