Browse Source

fix 合并

he2802 3 years ago
parent
commit
91a15aba57

+ 1 - 0
zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeUserMapper.xml

@@ -1053,5 +1053,6 @@
           AND gu.`status` = 1
           AND gu.change_grade = 0
           AND gu.period_plush !=1
+          AND gu.period_status = 1
     </select>
 </mapper>