Commit 94964bc4 authored by 25484's avatar 25484

[fix]商业伙伴维护角色删除校验

parent dc7b674e
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Author: wangwei
$Date: 2014-12-19 下午7:07:43
$Revision: 1.0
$Purpose:
-->
<bm:model xmlns:bm="http://www.leaf-framework.org/schema/bm">
<bm:operations>
<bm:operation name="update">
<bm:update-sql><![CDATA[
BEGIN
hls_bp_master_pkg.check_primary_flag(
p_primary_flag => ${@primary_flag},
p_bp_id => ${@bp_id},
p_user_id => ${/session/@user_id});
END;
]]></bm:update-sql>
</bm:operation>
</bm:operations>
</bm:model>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment