1
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
<if test="params.beginTime != null"> and order_time >= #{params.beginTime}</if>
|
||||
<if test="params.endTime != null"> and order_time <= #{params.endTime}</if>
|
||||
</where>
|
||||
<choose>
|
||||
1 <choose>
|
||||
<when test="params.orderBy != null and params.orderBy != ''">
|
||||
order by ${params.orderBy} ${params.isAsc}
|
||||
</when>
|
||||
|
||||
Reference in New Issue
Block a user