Commit 53857b14 by 宋祥

1.记录倒序排列

parent bd7fb9e6
......@@ -58,7 +58,7 @@
$orderBy$
</isNotEmpty>
<isEmpty property="orderBy">
ID asc
ID DESC
</isEmpty>
</dynamic>
</sql>
......
......@@ -58,7 +58,7 @@
$orderBy$
</isNotEmpty>
<isEmpty property="orderBy">
ID asc
ID DESC
</isEmpty>
</dynamic>
</sql>
......
......@@ -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;
}
}
......
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