|
@@ -157,7 +157,9 @@
|
|
|
</otherwise>
|
|
|
</choose>
|
|
|
</if>
|
|
|
- order by ms.student_code
|
|
|
+ <if test="orderType == null or orderType == '' or orderField == null or orderField == ''">
|
|
|
+ order by ms.student_code
|
|
|
+ </if>
|
|
|
</select>
|
|
|
<select id="listAbsentOrBreachMarkTaskStudent" resultMap="BaseResultMap">
|
|
|
SELECT
|
|
@@ -336,7 +338,9 @@
|
|
|
</otherwise>
|
|
|
</choose>
|
|
|
</if>
|
|
|
+ <if test="req.orderType == null or req.orderType == '' or req.orderField == null or req.orderField == ''">
|
|
|
order by t.student_code
|
|
|
+ </if>
|
|
|
</select>
|
|
|
<select id="overview" resultType="com.qmth.teachcloud.mark.bean.archivescore.OverViewVo">
|
|
|
SELECT
|