Commit 53857b14 by 宋祥

1.记录倒序排列

parent bd7fb9e6
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
$orderBy$ $orderBy$
</isNotEmpty> </isNotEmpty>
<isEmpty property="orderBy"> <isEmpty property="orderBy">
ID asc ID DESC
</isEmpty> </isEmpty>
</dynamic> </dynamic>
</sql> </sql>
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
$orderBy$ $orderBy$
</isNotEmpty> </isNotEmpty>
<isEmpty property="orderBy"> <isEmpty property="orderBy">
ID asc ID DESC
</isEmpty> </isEmpty>
</dynamic> </dynamic>
</sql> </sql>
......
...@@ -105,8 +105,6 @@ function downloadHref(docId, isPreview) { ...@@ -105,8 +105,6 @@ function downloadHref(docId, isPreview) {
} else { } else {
// S3地址必须支持公网 // S3地址必须支持公网
return IPLATUI.CONTEXT_PATH + '/file/download/' + docId; return IPLATUI.CONTEXT_PATH + '/file/download/' + docId;
// 内网下载,S3地址无公网
// return IPLATUI.CONTEXT_PATH + '/file/download/intranet/' + docId;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment