<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: weiwuzhen  
    $Date: 2016-6-1 上午11:22:18  
    $Revision: 1.0  
    $Purpose: 
-->
<bm:model xmlns:bm="http://www.leaf-framework.org/schema/bm">
    <bm:operations>
        <bm:operation name="query">
            <bm:query-sql><![CDATA[
 select 
 hl.prj_side_id,
 hl.ref_project_id,
 hl.project_id, 
 hl.side_item,--审批事项
 hl.side_note--明细
 from  HN_PRJ_PROJECT_SIDE_QUERY_LV hl 
 where hl.wfl_status='APPROVED'
 and hl.project_id=${/parameter/@project_id}]]></bm:query-sql>
        </bm:operation>
    </bm:operations>
</bm:model>