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

<bm:model xmlns:bm="http://www.leaf-framework.org/schema/bm">
    <bm:operations>
        <bm:operation name="query">
            <bm:query-sql><![CDATA[
25484's avatar
25484 committed
7 8 9 10 11
                select h.bp_name, h.bp_code, h.bp_id
                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>