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
ee407452
Commit
ee407452
authored
Mar 22, 2024
by
陆正友
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
农行回单匹配规则调整 及git完善
parent
e1a98242
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
322 additions
and
329 deletions
+322
-329
hls_bp_master_v_for_agent_lov.lwm
...p/WEB-INF/classes/basic/hls_bp_master_v_for_agent_lov.lwm
+1
-0
csh_abc_import_save.lwm
...ebapp/WEB-INF/classes/csh/CSH1400/csh_abc_import_save.lwm
+1
-0
att_import_bank.lwm
...ebapp/WEB-INF/classes/efile/EFILE1100/att_import_bank.lwm
+2
-1
get_bank_list.lwm
.../webapp/WEB-INF/classes/efile/EFILE1100/get_bank_list.lwm
+1
-0
csh_agricultural_bank_check.lview
...app/modules/csh/CSH1400/csh_agricultural_bank_check.lview
+40
-46
efile_doc_import_new.lsc
...n/webapp/modules/efile/EFILE1100/efile_doc_import_new.lsc
+277
-282
No files found.
src/main/webapp/WEB-INF/classes/basic/hls_bp_master_v_for_agent_lov.lwm
View file @
ee407452
...
...
@@ -19,6 +19,7 @@
<bm:field
name=
"bp_class"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"BP_CLASS"
/>
<bm:field
name=
"bp_class_name"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"BP_CLASS_NAME"
/>
<bm:field
name=
"enabled_flag"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"ENABLED_FLAG"
/>
<bm:field
name=
"extra_nam"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"EXTRA_NAM"
/>
<!--<bm:field name="id_card_no" displayWidth="200" forDisplay="true" prompt="身份证"/>-->
</bm:fields>
<bm:features>
...
...
src/main/webapp/WEB-INF/classes/csh/CSH1400/csh_abc_import_save.lwm
View file @
ee407452
...
...
@@ -16,6 +16,7 @@
p_payer_number =>${@payer_number},
p_bank_name =>${@bank_name},
p_beneficiary_name =>${@beneficiary_name},
p_bp_id =>${@bp_id},
p_total_amount =>${@total_amount},
p_import_itfc_id =>${@import_itfc_id});
...
...
src/main/webapp/WEB-INF/classes/efile/EFILE1100/att_import_bank.lwm
View file @
ee407452
...
...
@@ -28,7 +28,8 @@
p_response_json => ${@response_json},
p_return_page_size => ${@return_page_size},
p_page_size => ${@page_size},
p_user_id =>${/session/@user_id}
p_user_id =>${/session/@user_id},
p_slip_batch_id => ${@slip_batch_id}
);
END;
]]>
...
...
src/main/webapp/WEB-INF/classes/efile/EFILE1100/get_bank_list.lwm
View file @
ee407452
...
...
@@ -6,6 +6,7 @@
SELECT *
FROM hlcm_ele_abc_bank_slip_bacth b
WHERE b.start_date = TO_DATE('${:@parameter_code}', 'YYYY-MM-DD')
ORDER BY b.slip_batch_id desc
]]>
</bm:query-sql>
</bm:operation>
</bm:operations>
...
...
src/main/webapp/modules/csh/CSH1400/csh_agricultural_bank_check.lview
View file @
ee407452
This diff is collapsed.
Click to expand it.
src/main/webapp/modules/efile/EFILE1100/efile_doc_import_new.lsc
View file @
ee407452
This diff is collapsed.
Click to expand it.
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