修改sql排序问题
This commit is contained in:
parent
13c27e4c1b
commit
a9e4638496
|
@ -141,6 +141,9 @@
|
|||
<if test="by!=null and by==2">
|
||||
m.sales asc
|
||||
</if>
|
||||
<if test="by!=null and by==3">
|
||||
m.sales desc
|
||||
</if>
|
||||
<if test="(by==null and authentication==null) or (by==0 and authentication==0)">
|
||||
m.create_time desc
|
||||
</if>
|
||||
|
|
Loading…
Reference in New Issue