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
a563c93e
Commit
a563c93e
authored
Feb 24, 2023
by
panhong18943
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
银企直连接口失联监控
parent
9709d057
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
50 additions
and
30 deletions
+50
-30
hsbc_get_log_id.lwm
...n/webapp/WEB-INF/classes/hsbc/HSBC110/hsbc_get_log_id.lwm
+11
-0
hsbc_paying_batch_send_job.lsc
...ebapp/modules/hsbc/HSBC110/hsbc_paying_batch_send_job.lsc
+39
-30
No files found.
src/main/webapp/WEB-INF/classes/hsbc/HSBC110/hsbc_get_log_id.lwm
View file @
a563c93e
...
...
@@ -24,5 +24,16 @@
END;
]]>
</bm:query-sql>
</bm:operation>
<bm:operation
name=
"update"
>
<bm:query-sql>
<![CDATA[
BEGIN
hl_hsbc_interface_pkg.hl_hsbc_error(
p_reqsn =>
${@reqsn},
p_user_id => '-1'
);
END;
]]>
</bm:query-sql>
</bm:operation>
</bm:operations>
</bm:model>
src/main/webapp/modules/hsbc/HSBC110/hsbc_paying_batch_send_job.lsc
View file @
a563c93e
...
...
@@ -80,8 +80,17 @@
var KEY_PATH = AuthTypeMode.getProperties("KEY_PATH");
var AUTH_CODE = AuthTypeMode.getProperties("AUTH_CODE");
var DOWN_FILEDIR = AuthTypeMode.getProperties("DOWN_FILEDIR");
try {
var sftpTool = new SftpTool(URL,USER_NAME,PORT);
var send_code = sftpTool.upload(ROOT_PATH, FilePath, new AuthTypeMode(AUTH_CODE,KEY_PATH));
} catch (e) {
var error_bm = new ModelService('hsbc.HSBC110.hsbc_get_log_id');
error_bm.update({
reqsn: reqsn
});
raise_app_error(e.message);
}
//插入日志表
//生成log_id
...
...
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