Commit 8cf21590 authored by 李贺贺's avatar 李贺贺

Merge branch 'feature/开票信息申请保存后修改审批状态' into develop

parents 28e7d3d0 251b2f78
......@@ -22,6 +22,13 @@
p_company_id => ${/session/@company_id},
p_user_id => ${/session/@user_id}
);
hls_bp_master_change_req_pkg.update_hls_bp_master_status(
p_change_req_id => ${@change_req_id},
p_bp_id => r_hls_bp_master_req.bp_id,
p_status => 'APPROVED',
p_req_type => r_hls_bp_master_req.req_type,
p_user_id => ${/session/@user_id}
);
end;
]]></bm:update-sql>
</bm:operation>
......
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