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
9996fc5f
Commit
9996fc5f
authored
Nov 26, 2019
by
lijingjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fiX] 商业伙伴bug修改
parent
16f81841
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
217 deletions
+36
-217
social_code_exist.lwm
.../webapp/WEB-INF/classes/hls/HLS213N/social_code_exist.lwm
+6
-24
hls_bp_master_create.lview
...ain/webapp/modules/hls/HLS213N/hls_bp_master_create.lview
+30
-193
No files found.
src/main/webapp/WEB-INF/classes/hls/HLS213N/social_code_exist.lwm
View file @
9996fc5f
...
...
@@ -8,34 +8,16 @@
<bm:model
xmlns:bm=
"http://www.leaf-framework.org/schema/bm"
>
<bm:operations>
<bm:operation
name=
"update"
>
<bm:parameters>
<bm:parameter
name=
"document_number"
output=
"true"
outputPath=
"/parameter/@document_number"
/>
</bm:parameters>
<bm:update-sql>
<![CDATA[
begin
hls_bp_master_pkg.social_code_exist(p_social_code =>
${@social_code},
p_user_id => ${/session/@user_id},
p_exist_flag => ${@exist_flag});
hls_document_save_pkg.get_doc_field(
p_document_category =>${@document_category},
p_document_type =>${@document_type},
p_company_id =>${/session/@company_id},
p_function_code =>${@function_code},
p_function_usage =>${@function_usage},
p_user_id =>${/session/@user_id},
p_bp_class => ${@bp_class},
p_id_type => ${@id_type},
p_id_card_no => ${@id_card_no},
p_organization_code => ${@organization_code},
p_bp_info => ${@bp_info},
p_province_id => ${@province_id},
p_document_number => ${@document_number},
p_document_id => ${@document_id},
p_loan_contract_term_type=>${@loan_contract_term_type}
);
hls_bp_master_pkg.update_bp_master_code(p_bp_id =>
${@bp_id},
p_user_id =>${/session/@user_id},
p_document_number =>${@document_number});
end;
]]>
</bm:update-sql>
<bm:parameters>
<bm:parameter
name=
"document_number"
dataType=
"java.lang.String"
input=
"true"
output=
"true"
outputPath=
"/parameter/@document_number"
/>
<bm:parameter
name=
"p_exist_flag"
dataType=
"java.lang.String"
input=
"true"
output=
"true"
outputPath=
"/parameter/@exist_flag"
/>
</bm:parameters>
</bm:operation>
</bm:operations>
</bm:model>
src/main/webapp/modules/hls/HLS213N/hls_bp_master_create.lview
View file @
9996fc5f
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