|
@@ -926,10 +926,10 @@
|
|
|
</if>
|
|
|
<if test="locationId != null">
|
|
|
and QQL.GRID_ID = #{locationId}
|
|
|
- ORDER BY QQL.ENTRY_SURE_TIME ASC NULLS FIRST,QQL.IS_VIP DESC NULLS LAST ,"listNodeOrder"
|
|
|
+ ORDER BY QQL.ENTRY_SURE_TIME ASC NULLS FIRST,QQL.IS_VIP DESC NULLS LAST ,QQR.RESULT_START_TIME
|
|
|
</if>
|
|
|
<if test="locationId == null">
|
|
|
- ORDER BY QQL.ENTRY_SURE_TIME ASC NULLS FIRST,QQL.IS_VIP DESC NULLS LAST ,"listNodeOrder"
|
|
|
+ ORDER BY QQL.ENTRY_SURE_TIME ASC NULLS FIRST,QQL.IS_VIP DESC NULLS LAST ,QQR.RESULT_START_TIME
|
|
|
</if>
|
|
|
) P0
|
|
|
|
|
@@ -1079,10 +1079,10 @@
|
|
|
</if>
|
|
|
<if test="locationId != null">
|
|
|
and QQSL.SPELILING_NUM = #{locationId}
|
|
|
- ORDER BY QQSL.ENTRY_SURE_TIME ASC NULLS FIRST ,QQSL.IS_VIP DESC NULLS LAST,"listNodeOrder",OO.ORDER_ID
|
|
|
+ ORDER BY QQSL.ENTRY_SURE_TIME ASC NULLS FIRST ,QQSL.IS_VIP DESC NULLS LAST,QQR.RESULT_START_TIME,OO.ORDER_ID
|
|
|
</if>
|
|
|
<if test="locationId == null">
|
|
|
- ORDER BY QQSL.ENTRY_SURE_TIME ASC NULLS FIRST ,QQSL.IS_VIP DESC NULLS LAST,"listNodeOrder",OO.ORDER_ID
|
|
|
+ ORDER BY QQSL.ENTRY_SURE_TIME ASC NULLS FIRST ,QQSL.IS_VIP DESC NULLS LAST,QQR.RESULT_START_TIME,OO.ORDER_ID
|
|
|
</if>
|
|
|
</select>
|
|
|
|
|
@@ -1179,10 +1179,10 @@
|
|
|
</if>
|
|
|
<if test="locationId != null">
|
|
|
and QQSL.SPELILING_NUM = #{locationId}
|
|
|
- ORDER BY QQSL.ENTRY_SURE_TIME ASC NULLS FIRST ,QQSL.IS_VIP DESC NULLS LAST,"listNodeOrder",OO.ORDER_ID
|
|
|
+ ORDER BY QQSL.ENTRY_SURE_TIME ASC NULLS FIRST ,QQSL.IS_VIP DESC NULLS LAST,QQR.RESULT_START_TIME,OO.ORDER_ID
|
|
|
</if>
|
|
|
<if test="locationId == null">
|
|
|
- ORDER BY QQSL.ENTRY_SURE_TIME ASC NULLS FIRST ,QQSL.IS_VIP DESC NULLS LAST,"listNodeOrder",OO.ORDER_ID
|
|
|
+ ORDER BY QQSL.ENTRY_SURE_TIME ASC NULLS FIRST ,QQSL.IS_VIP DESC NULLS LAST,QQR.RESULT_START_TIME,OO.ORDER_ID
|
|
|
</if>
|
|
|
</select>
|
|
|
|