<?xml version="1.0" encoding="UTF-8"?>
<!--
$Author: hp
$Date: 2014-12-24 下午3:45:29
$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 sysdate as sys_date,to_char(sysdate,'yyyy-mm-dd') as sys_date_c from dual
#WHERE_CLAUSE#
]]></bm:query-sql>
</bm:operation>
</bm:operations>
<bm:fields>
<bm:field name="sys_date"/>
</bm:fields>
</bm:model>
-
Spencer Chang authoredbfd31bca