Commit a012d891 authored by 刘林's avatar 刘林

fix(jyjc):添加排序功能

parent 22a67a80
......@@ -93,7 +93,7 @@
</if>
order by
<if test="sort != null">
trs.${sort.field} ${sort.sortType},
${sort.field} ${sort.sortType},
</if>
rec_date desc
</select>
......
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