|
@@ -1370,13 +1370,13 @@
|
|
|
</if>
|
|
|
</where>
|
|
|
<if test="orderByPerRegister != null and orderByPayTime == null">
|
|
|
- ORDER BY spr.create_time_ #{orderByPerRegister},u.user_id_ ASC
|
|
|
+ ORDER BY spr.create_time_ ${orderByPerRegister},u.user_id_ ASC
|
|
|
</if>
|
|
|
<if test="orderByPerRegister != null and orderByPayTime != null">
|
|
|
- ORDER BY spr.create_time_ #{orderByPerRegister}, o.payTime #{orderByPayTime},u.user_id_ ASC
|
|
|
+ ORDER BY spr.create_time_ ${orderByPerRegister},o.payTime ${orderByPayTime},u.user_id_ ASC
|
|
|
</if>
|
|
|
<if test="orderByPerRegister == null and orderByPayTime != null">
|
|
|
- ORDER BY o.payTime #{orderByPayTime},u.user_id_ ASC
|
|
|
+ ORDER BY o.payTime ${orderByPayTime},u.user_id_ ASC
|
|
|
</if>
|
|
|
<include refid="global.limit"/>
|
|
|
</select>
|