Commit 433cec83 authored by 18083's avatar 18083

新建代理店波雷顿提前结清保证金抵扣与北京心诚一致

parent 706767e4
......@@ -8,6 +8,14 @@
from hls_bp_master_agent_division t
where t.division = ${/parameter/@division}
and t.bp_id = ${/parameter/@invoice_agent_id}
and ${/parameter/@project_id} is null
union
select decode(t.division, 70, nvl(t.division_detail, '01'), '') division_detail
from hls_bp_master_agent_division t, prj_project pp
where t.division = pp.division
and t.bp_id = pp.invoice_agent_id
and pp.project_id = ${/parameter/@project_id}
and ${/parameter/@project_id} is not null
]]></bm:query-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