temp
<module id="getitems_name" type="smList"><![CDATA[
select *
from s_items where iname = #{param.name}
]]></module>
<module id="getitemstype_id" type="smList"><![CDATA[
select *
from s_items where tpid = #{param.id}
]]></module>
<module id="action_s_items_type" type="smProc"><![CDATA[
{call ap_action_items_type(#{param.action}, #{param.name})}
]]></module>
<module id="action_s_items" type="smProc"><![CDATA[
{call ap_action_items(#{param.action}, #{param.type}, #{param.id}, #{param.name}
,#{param.zk1},#{param.zk2},#{param.tcfs},#{param.tc})}
]]></module>
<module id="get_config" type="smList"><![CDATA[
select item,val,memo from s_config where item= #{param.item}
]]></module>
浙公网安备 33010602011771号