|
@@ -1351,6 +1351,9 @@
|
|
|
<if test="orderByPerRegister != null and orderByPerRegister=='DESC'">
|
|
|
IFNULL(spr.create_time_,'1990-12-31') perRegisterTime,
|
|
|
</if>
|
|
|
+ <if test="orderByPayTime == null">
|
|
|
+ IFNULL(o.payTime,'2099-12-31') payTime,
|
|
|
+ </if>
|
|
|
<if test="orderByPayTime != null and orderByPayTime=='ASC'">
|
|
|
IFNULL(o.payTime,'2099-12-31') payTime,
|
|
|
</if>
|