Commit 8346cc6e0bcce2c4ac079fffb0bfa0ae94734969
1 parent
9bf94aa5
增加区分rec/ref/bill
Showing
1 changed file
with
1 additions
and
0 deletions
etrade-thirdparty/src/main/resources/com/diligrp/etrade/thirdparty/mapper/TransMapper.xml
... | ... | @@ -30,6 +30,7 @@ |
30 | 30 | LEFT JOIN `dili-basic-data`.financial_business_detail fbd ON fb.id = fbd.financial_business_id |
31 | 31 | WHERE |
32 | 32 | 1 = 1 |
33 | + AND fbd.financial_type = #{documentType} | |
33 | 34 | AND fb.market_id = #{marketId} |
34 | 35 | AND fb.code = #{code} |
35 | 36 | AND fb.system_code = #{systemCode} | ... | ... |