认证参数列表-表头排序修改
This commit is contained in:
+2
-2
@@ -95,10 +95,10 @@
|
||||
<if test="paramsManifestEO.orderByField == 'title'">
|
||||
order by CONVERT( tmp_tb.title USING gbk) COLLATE gbk_chinese_ci
|
||||
</if>
|
||||
<if test="paramsManifestEO.orderBy == 1">
|
||||
<if test="paramsManifestEO.orderBy == 1 and paramsManifestEO.orderByField != null and paramsManifestEO.orderByField != ''">
|
||||
asc
|
||||
</if>
|
||||
<if test="paramsManifestEO.orderBy == 2">
|
||||
<if test="paramsManifestEO.orderBy == 2 and paramsManifestEO.orderByField != null and paramsManifestEO.orderByField != ''">
|
||||
desc
|
||||
</if>
|
||||
<if test="paramsManifestEO.orderByField == null or paramsManifestEO.orderByField == ''">
|
||||
|
||||
Reference in New Issue
Block a user