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
31566d90
Commit
31566d90
authored
Nov 20, 2019
by
25484
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix]商业伙伴修改
parent
aa5f1ded
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
0 deletions
+41
-0
social_code_exist.lwm
.../webapp/WEB-INF/classes/hls/HLS213N/social_code_exist.lwm
+41
-0
No files found.
src/main/webapp/WEB-INF/classes/hls/HLS213N/social_code_exist.lwm
0 → 100644
View file @
31566d90
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Author: gaoyang
$Date: 2013-7-1 上午10:43:21
$Revision: 1.0
$Purpose:
-->
<bm:model
xmlns:bm=
"http://www.leaf-framework.org/schema/bm"
>
<bm:operations>
<bm:operation
name=
"update"
>
<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}
);
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>
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