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
53857b14
Commit
53857b14
authored
Aug 19, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.记录倒序排列
parent
bd7fb9e6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
HGWD001B.xml
src/main/java/com/baosight/hggp/hg/wd/sql/HGWD001B.xml
+1
-1
HGWD001C.xml
src/main/java/com/baosight/hggp/hg/wd/sql/HGWD001C.xml
+1
-1
common.js
src/main/webapp/common/js/common.js
+0
-2
No files found.
src/main/java/com/baosight/hggp/hg/wd/sql/HGWD001B.xml
View file @
53857b14
...
...
@@ -58,7 +58,7 @@
$orderBy$
</isNotEmpty>
<isEmpty
property=
"orderBy"
>
ID
asc
ID
DESC
</isEmpty>
</dynamic>
</sql>
...
...
src/main/java/com/baosight/hggp/hg/wd/sql/HGWD001C.xml
View file @
53857b14
...
...
@@ -58,7 +58,7 @@
$orderBy$
</isNotEmpty>
<isEmpty
property=
"orderBy"
>
ID
asc
ID
DESC
</isEmpty>
</dynamic>
</sql>
...
...
src/main/webapp/common/js/common.js
View file @
53857b14
...
...
@@ -105,8 +105,6 @@ function downloadHref(docId, isPreview) {
}
else
{
// S3地址必须支持公网
return
IPLATUI
.
CONTEXT_PATH
+
'/file/download/'
+
docId
;
// 内网下载,S3地址无公网
// return IPLATUI.CONTEXT_PATH + '/file/download/intranet/' + docId;
}
}
...
...
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