Commit 22a67a80 authored by 刘林's avatar 刘林

fix(jyjc):添加排序功能

parent d002c1a3
...@@ -296,7 +296,7 @@ ...@@ -296,7 +296,7 @@
) )
ORDER BY ORDER BY
<if test="sort != null"> <if test="sort != null">
res.${sort.field} ${sort.sortType}, ${sort.field} ${sort.sortType},
</if> </if>
sequence_nbr DESC sequence_nbr DESC
</select> </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