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

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

parent f1129ff1
......@@ -61,12 +61,12 @@
order by
CASE
WHEN fieldType = 'date' THEN STR_TO_DATE(fieldValue, '%Y-%m-%d'),
WHEN fieldType = 'date' THEN STR_TO_DATE(fieldValue, '%Y-%m-%d')
ELSE NULL
END
CASE
WHEN fieldType = 'top' THEN fieldValue,
WHEN fieldType = 'top' THEN fieldValue
ELSE NULL
END
......
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