Commit 280124b1 authored by huyf's avatar huyf

空运提单计算总金额错误bug

parent 2b9616af
...@@ -352,6 +352,7 @@ public interface ReceivableMapper extends AbstractMapper<ReceivableDO> { ...@@ -352,6 +352,7 @@ public interface ReceivableMapper extends AbstractMapper<ReceivableDO> {
"select ", "select ",
"a.collection_type as collection_type, ", "a.collection_type as collection_type, ",
"a.fee_type as fee_type, ", "a.fee_type as fee_type, ",
"a.fee_source as fee_source, ",
"a.currency_id as currency_id,", "a.currency_id as currency_id,",
"c.title_zh as currency,", "c.title_zh as currency,",
"p.label as collection_type_label,", "p.label as collection_type_label,",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment