|
@@ -385,12 +385,15 @@
|
|
|
<if test="searchEndTime != null and searchEndTime !='' ">
|
|
|
AND #{searchEndTime} >= cgu.create_time
|
|
|
</if>
|
|
|
- <if test="periodStatus != 2 ">
|
|
|
+ <if test="periodStatus != 2 and periodStatus != 3">
|
|
|
order by cgu.update_time desc
|
|
|
</if>
|
|
|
<if test="periodStatus == 2 ">
|
|
|
order by cgu.period_wait_time,cgu.create_time
|
|
|
</if>
|
|
|
+ <if test="periodStatus == 3 ">
|
|
|
+ order by cgu.period_ing_time,cgu.create_time
|
|
|
+ </if>
|
|
|
</select>
|
|
|
|
|
|
<select id="userPeriodStatus" parameterType="com.zhongzheng.modules.grade.bo.ClassGradeUserQueryBo"
|