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
433cec83
Commit
433cec83
authored
Jun 26, 2024
by
18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新建代理店波雷顿提前结清保证金抵扣与北京心诚一致
parent
706767e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
prj_project_get_division_detail.lwm
...F/classes/prj/PRJ500D/prj_project_get_division_detail.lwm
+8
-0
No files found.
src/main/webapp/WEB-INF/classes/prj/PRJ500D/prj_project_get_division_detail.lwm
View file @
433cec83
...
...
@@ -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>
...
...
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