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
2fc63481
Commit
2fc63481
authored
Nov 21, 2019
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix]修改银行取值
parent
545464f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
csh_payment_req_excel_bank_info.lwm
...NF/classes/csh/CSH501/csh_payment_req_excel_bank_info.lwm
+3
-3
No files found.
src/main/webapp/WEB-INF/classes/csh/CSH501/csh_payment_req_excel_bank_info.lwm
View file @
2fc63481
...
@@ -9,9 +9,9 @@
...
@@ -9,9 +9,9 @@
<bm:operations>
<bm:operations>
<bm:operation
name=
"query"
>
<bm:operation
name=
"query"
>
<bm:query-sql>
<![CDATA[
<bm:query-sql>
<![CDATA[
SELECT
SELECT
--应付我司开户名
--应付我司开户名
(SELECT hbbc.bank_
branch
_name
(SELECT hbbc.bank_
full
_name
FROM hls_bp_master_bank_account hbbc
FROM hls_bp_master_bank_account hbbc
WHERE hbbc.bank_account_id=V.bp_bank_account_id
WHERE hbbc.bank_account_id=V.bp_bank_account_id
) agent_bank_name,
) agent_bank_name,
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
WHERE hbbc.bank_account_id=v.vender_bank_account_id
WHERE hbbc.bank_account_id=v.vender_bank_account_id
) vender_account_name,
) vender_account_name,
--厂商开户行
--厂商开户行
(SELECT hbbc.bank_
branch
_name
(SELECT hbbc.bank_
full
_name
FROM hls_bp_master_bank_account hbbc
FROM hls_bp_master_bank_account hbbc
WHERE hbbc.bank_account_id=v.vender_bank_account_id
WHERE hbbc.bank_account_id=v.vender_bank_account_id
) vender_bank_name,
) vender_bank_name,
...
...
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