Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hlcm
leaf-hlcm
Commits
b6574e20
Commit
b6574e20
authored
Dec 29, 2019
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【fix】带出承租人的开票信息
parent
97142607
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
con_contract_bp.lwm
...in/webapp/WEB-INF/classes/prj/PRJ501N/con_contract_bp.lwm
+1
-0
prj_project_bp.lwm
...ain/webapp/WEB-INF/classes/prj/PRJ501N/prj_project_bp.lwm
+1
-0
No files found.
src/main/webapp/WEB-INF/classes/prj/PRJ501N/con_contract_bp.lwm
View file @
b6574e20
...
@@ -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>
...
...
src/main/webapp/WEB-INF/classes/prj/PRJ501N/prj_project_bp.lwm
View file @
b6574e20
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment