|
@@ -333,7 +333,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
order by ${orderByClause}
|
|
order by ${orderByClause}
|
|
</if>
|
|
</if>
|
|
<if test="orderByClause == null or orderByClause == ''">
|
|
<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
|
|
</if>
|
|
</if>
|
|
</select>
|
|
</select>
|
|
|
|
|