Commit fca44856 authored by huyf's avatar huyf

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

parent 9e1f0f99
......@@ -350,6 +350,7 @@ public interface ReceivableMapper extends AbstractMapper<ReceivableDO> {
"select ",
"a.collection_type as collection_type, ",
"a.fee_type as fee_type, ",
"a.fee_source as fee_source, ",
"a.currency_id as currency_id,",
"c.title_zh as currency,",
"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