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
d6b0b3eb
Commit
d6b0b3eb
authored
Jan 08, 2021
by
chenzhuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
获取URL修复
parent
cb54a2f1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
get_current_time.lwm
...main/webapp/WEB-INF/classes/wx/WX100/get_current_time.lwm
+1
-1
con_ele_agent_content_create.lsc
.../webapp/modules/wx/WX100/con_ele_agent_content_create.lsc
+2
-2
con_ele_content_create.lsc
src/main/webapp/modules/wx/WX100/con_ele_content_create.lsc
+2
-2
con_ele_terminate_create.lsc
...main/webapp/modules/wx/WX100/con_ele_terminate_create.lsc
+2
-2
wx_con_ele_atm_dl.lsc
src/main/webapp/modules/wx/WX100/wx_con_ele_atm_dl.lsc
+2
-2
No files found.
src/main/webapp/WEB-INF/classes/wx/WX100/get_current_time.lwm
View file @
d6b0b3eb
...
...
@@ -4,7 +4,7 @@
<bm:operation
name=
"query"
>
<bm:query-sql>
<![CDATA[
select (case
when to_date(${@lease_start_date}, 'yyyy-MM-dd') <
when to_date(${@lease_start_date}, 'yyyy-MM-dd') <
>
trunc(sysdate) then
'N'
else
...
...
src/main/webapp/modules/wx/WX100/con_ele_agent_content_create.lsc
View file @
d6b0b3eb
...
...
@@ -113,7 +113,7 @@
var con_ele_unsigned_file_data = con_ele_unsigned_file_map.getChildren();
for (var n = 0; n < con_ele_unsigned_file_data.length; n++){
conFileList.push({
"fileUrl": con_ele_unsigned_file_data[n].file_path.replace('
X:','/mnt').replace('x
:','/mnt'),
"fileUrl": con_ele_unsigned_file_data[n].file_path.replace('
Z:','/mnt').replace('z
:','/mnt'),
"fileName": con_ele_unsigned_file_data[n].file_name,
"fileSize": con_ele_unsigned_file_data[n].file_size
});
...
...
@@ -203,7 +203,7 @@
for (var h = 0; h < ele_signer_file_data.length; h++){
signerFileList.push({
"fileName":ele_signer_file_data[h].file_name,
"fileUrl":ele_signer_file_data[h].file_path.replace('
X:','/mnt').replace('x
:','/mnt'),
"fileUrl":ele_signer_file_data[h].file_path.replace('
Z:','/mnt').replace('z
:','/mnt'),
"fileSize":ele_signer_file_data[h].file_size
});
}
...
...
src/main/webapp/modules/wx/WX100/con_ele_content_create.lsc
View file @
d6b0b3eb
...
...
@@ -290,7 +290,7 @@
var con_ele_unsigned_file_data = con_ele_unsigned_file_map.getChildren();
for (var n = 0; n < con_ele_unsigned_file_data.length; n++) {
conFileList.push({
"fileUrl": con_ele_unsigned_file_data[n].file_path.replace('
X:','/mnt').replace('x
:','/mnt'),
"fileUrl": con_ele_unsigned_file_data[n].file_path.replace('
Z:','/mnt').replace('z
:','/mnt'),
"fileName": con_ele_unsigned_file_data[n].file_name,
"fileSize": con_ele_unsigned_file_data[n].file_size
});
...
...
@@ -314,7 +314,7 @@
for (var h = 0; h < ele_signer_file_data.length; h++) {
signerFileList.push({
"fileName": ele_signer_file_data[h].file_name,
"fileUrl": ele_signer_file_data[h].file_path.replace('
X:','/mnt').replace('x
:','/mnt'),
"fileUrl": ele_signer_file_data[h].file_path.replace('
Z:','/mnt').replace('z
:','/mnt'),
"fileSize": ele_signer_file_data[h].file_size
});
}
...
...
src/main/webapp/modules/wx/WX100/con_ele_terminate_create.lsc
View file @
d6b0b3eb
...
...
@@ -243,7 +243,7 @@
var con_ele_unsigned_file_data = con_ele_unsigned_file_map.getChildren();
for (var n = 0; n < con_ele_unsigned_file_data.length; n++){
conFileList.push({
"fileUrl": con_ele_unsigned_file_data[n].file_path.replace('
X:','/mnt').replace('x
:','/mnt'),
"fileUrl": con_ele_unsigned_file_data[n].file_path.replace('
Z:','/mnt').replace('z
:','/mnt'),
"fileName": con_ele_unsigned_file_data[n].file_name,
"fileSize": con_ele_unsigned_file_data[n].file_size
});
...
...
@@ -267,7 +267,7 @@
for (var h = 0; h < ele_signer_file_data.length; h++){
signerFileList.push({
"fileName":ele_signer_file_data[h].file_name,
"fileUrl":ele_signer_file_data[h].file_path.replace('
X:','/mnt').replace('x
:','/mnt'),
"fileUrl":ele_signer_file_data[h].file_path.replace('
Z:','/mnt').replace('z
:','/mnt'),
"fileSize":ele_signer_file_data[h].file_size
});
}
...
...
src/main/webapp/modules/wx/WX100/wx_con_ele_atm_dl.lsc
View file @
d6b0b3eb
...
...
@@ -92,7 +92,7 @@
}
}
zos.close();
file_url = tranfer_file_path.toString().replace('
X:','/mnt').replace('x
:','/mnt');
file_url = tranfer_file_path.toString().replace('
Z:','/mnt').replace('z
:','/mnt');
file_name = zip_filename;
file_size = get_file_length(tranfer_file_path);
} else if ($ctx.parameter.type == 'SIN' && $ctx.parameter.atmId) {
...
...
@@ -101,7 +101,7 @@
attachment_id: $ctx.parameter.atmId
});
var result_data = result.getChildren()[0];
file_url = result_data.file_path.replace('
X:','/mnt').replace('x
:','/mnt');
file_url = result_data.file_path.replace('
Z:','/mnt').replace('z
:','/mnt');
file_name = result_data.file_name;
file_size = result_data.file_size;
}
...
...
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