user_agent_description.lwm 627 Bytes
Newer Older
25484's avatar
25484 committed
1 2
<?xml version="1.0" encoding="UTF-8"?>

3
<bm:model xmlns:bm="http://www.leaf-framework.org/schema/bm" needAccessControl="false">
25484's avatar
25484 committed
4 5 6
    <bm:operations>
        <bm:operation name="query">
            <bm:query-sql><![CDATA[
7
                select h.bp_name, h.bp_code, h.bp_id,nvl(h.is_constru_unit,'N') as is_constru_unit
25484's avatar
25484 committed
8 9 10 11
                from exp_emp_assign_e_v ee, hls_bp_master h
                where ee.user_id = ${/session/@user_id}
                and ee.unit_id = h.unit_id
                and h.bp_category = 'AGENT'
25484's avatar
25484 committed
12 13 14 15 16
                ]]>
            </bm:query-sql>
        </bm:operation>
    </bm:operations>
</bm:model>