query_user_info.lwm 597 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: sf
    $Date: 2019-01-14 16:29:48
    $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 *
                          from SYS_USER t1
                   #WHERE_CLAUSE#

]]></bm:query-sql>
        </bm:operation>

    </bm:operations>
    <bm:query-fields>
        <bm:query-field name="user_id" queryOperator="="/>
    </bm:query-fields>
</bm:model>