Commit d8f44a88 authored by 赵啸非's avatar 赵啸非

添加测试app数据动态访问排序

parent c55ff97e
...@@ -55,14 +55,15 @@ ...@@ -55,14 +55,15 @@
CASE CASE
WHEN fieldType = 'date' THEN STR_TO_DATE(fieldValue, '%Y-%m-%d'), WHEN fieldType = 'date' THEN STR_TO_DATE(fieldValue, '%Y-%m-%d'),
ELSE ELSE NULL
END END
CASE CASE
WHEN fieldType = 'top' THEN fieldValue, WHEN fieldType = 'top' THEN fieldValue,
ELSE ELSE NULL
END END
<if test="orderCol.containsKey('id')"> <if test="orderCol.containsKey('id')">
a.id a.id
<if test='orderCol.id != null and "DESC".equalsIgnoreCase(orderCol.id)'>DESC</if> <if test='orderCol.id != null and "DESC".equalsIgnoreCase(orderCol.id)'>DESC</if>
......
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