<?xml version="1.0" encoding="UTF-8"?> <!-- $Author: zhangxing5129 $Date: 2016-1-19 上午09:52:30 $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 count(1) count from eci_jg_ggjzygxr g where g.bp_id=${@bp_id} ]]></bm:query-sql> </bm:operation> </bm:operations> </bm:model>