|
@@ -257,6 +257,9 @@
|
|
|
<if test="gradeId != null and gradeId !='' ">
|
|
|
and cgu.grade_id = #{gradeId}
|
|
|
</if>
|
|
|
+ <if test="periodStatus != null and periodStatus !='' ">
|
|
|
+ and cgu.period_status = #{periodStatus}
|
|
|
+ </if>
|
|
|
</select>
|
|
|
|
|
|
<select id="listPeriodAudit" parameterType="com.zhongzheng.modules.grade.bo.ClassGradeUserQueryBo"
|