|
@@ -1030,10 +1030,10 @@
|
|
</if>
|
|
</if>
|
|
<if test="locationId != null">
|
|
<if test="locationId != null">
|
|
and QQSL.SPELILING_NUM = #{locationId}
|
|
and QQSL.SPELILING_NUM = #{locationId}
|
|
- ORDER BY "listNodeOrder",QQSL.ENTRY_SURE_TIME ASC NULLS FIRST ,QQSL.IS_VIP DESC NULLS LAST,OO.ORDER_ID
|
|
|
|
|
|
+ ORDER BY QQSL.ENTRY_SURE_TIME ASC NULLS FIRST ,QQSL.IS_VIP DESC NULLS LAST,"listNodeOrder",OO.ORDER_ID
|
|
</if>
|
|
</if>
|
|
<if test="locationId == null">
|
|
<if test="locationId == null">
|
|
- ORDER BY "listNodeOrder",QQSL.ENTRY_SURE_TIME ASC NULLS FIRST ,QQSL.IS_VIP DESC NULLS LAST,OO.ORDER_ID
|
|
|
|
|
|
+ ORDER BY QQSL.ENTRY_SURE_TIME ASC NULLS FIRST ,QQSL.IS_VIP DESC NULLS LAST,"listNodeOrder",OO.ORDER_ID
|
|
</if>
|
|
</if>
|
|
</select>
|
|
</select>
|
|
|
|
|
|
@@ -1100,10 +1100,10 @@
|
|
</if>
|
|
</if>
|
|
<if test="locationId != null">
|
|
<if test="locationId != null">
|
|
and QQSL.SPELILING_NUM = #{locationId}
|
|
and QQSL.SPELILING_NUM = #{locationId}
|
|
- ORDER BY "listNodeOrder",QQSL.ENTRY_SURE_TIME ASC NULLS FIRST ,QQSL.IS_VIP DESC NULLS LAST,OO.ORDER_ID
|
|
|
|
|
|
+ ORDER BY QQSL.ENTRY_SURE_TIME ASC NULLS FIRST ,QQSL.IS_VIP DESC NULLS LAST,"listNodeOrder",OO.ORDER_ID
|
|
</if>
|
|
</if>
|
|
<if test="locationId == null">
|
|
<if test="locationId == null">
|
|
- ORDER BY "listNodeOrder",QQSL.ENTRY_SURE_TIME ASC NULLS FIRST ,QQSL.IS_VIP DESC NULLS LAST,OO.ORDER_ID
|
|
|
|
|
|
+ ORDER BY QQSL.ENTRY_SURE_TIME ASC NULLS FIRST ,QQSL.IS_VIP DESC NULLS LAST,"listNodeOrder",OO.ORDER_ID
|
|
</if>
|
|
</if>
|
|
</select>
|
|
</select>
|
|
|
|
|