Commit b6574e20 authored by stone's avatar stone

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

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