<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: 26887cz
    $Date: 2021-09-05 下午2:22:44
    $Revision: 1.0  
    $Purpose: 导入提示信息
-->
<bm:model xmlns:bm="http://www.leaf-framework.org/schema/bm" needAccessControl="false">
    <bm:operations>
        <bm:operation name="query">
            <bm:query-sql><![CDATA[
        	select c.transaction_num,
       decode(c.transaction_date_flag,'Y','是','否') transaction_date_flag,
       decode(c.transaction_amount_flag,'Y','是','否') transaction_amount_flag,
       decode(c.bank_account_name_flag,'Y','是','否') bank_account_name_flag
    from csh509_import_history c
    WHERE batch_id = ${/session/@session_id}
        and nvl(matching_flag, 'N') = 'N'
        #WHERE_CLAUSE#
        	]]></bm:query-sql>
        </bm:operation>
    </bm:operations>
</bm:model>