@@ -333,7 +333,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
order by ${orderByClause}
</if>
<if test="orderByClause == null or orderByClause == ''">
- order by row_no + 0,row_index,shift_no + 0,shift_index,col_no + 0,col_index
+ order by shift_no + 0,shift_index
</select>