Commit b6574e20 authored by stone's avatar stone

【fix】带出承租人的开票信息

parent 97142607
......@@ -12,6 +12,7 @@
select *
from con_contract_bp_lv p
where p.contract_id=${@contract_id}
and p.bp_category='TENANT'
]]></bm:query-sql>
</bm:operation>
</bm:operations>
......
......@@ -12,6 +12,7 @@
select *
from prj_project_bp_lv p
where p.project_id=${@project_id}
and p.bp_category='TENANT'
]]></bm:query-sql>
</bm:operation>
</bm:operations>
......
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