Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
Details
Activity
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
platform
hg-smart
Commits
3f7172ba
Commit
3f7172ba
authored
Sep 11, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改本地文件下载失败问题
parent
c6b64431
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Iplat4jUtils.java
src/main/java/com/baosight/hggp/core/utils/Iplat4jUtils.java
+6
-6
No files found.
src/main/java/com/baosight/hggp/core/utils/Iplat4jUtils.java
View file @
3f7172ba
...
...
@@ -63,14 +63,14 @@ public class Iplat4jUtils {
* @return
*/
public
static
Map
getDoc02ById
(
String
docId
)
{
Map
d
bDm02
=
Iplat4jTools
.
EuDm02
.
getByDocId
(
docId
);
if
(
MapUtils
.
isEmpty
(
d
bDm02
))
{
Map
d
ocument
=
platFileUploader
.
getDocument
(
docId
);
if
(
MapUtils
.
isEmpty
(
d
ocument
))
{
return
null
;
}
String
chgName
=
d
bDm02
.
get
(
"chgName"
).
toString
();
String
docPath
=
d
bDm02
.
get
(
"realPath"
).
toString
();
d
bDm02
.
put
(
"url"
,
docPath
+
"/"
+
chgName
);
return
d
bDm02
;
String
chgName
=
d
ocument
.
get
(
"chgName"
).
toString
();
String
docPath
=
d
ocument
.
get
(
"realPath"
).
toString
();
d
ocument
.
put
(
"url"
,
docPath
+
"/"
+
chgName
);
return
d
ocument
;
}
}
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