change 3 лет назад
Родитель
Сommit
54bc653850

+ 2 - 2
zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeMapper.xml

@@ -398,12 +398,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             u.student_code,
             u.user_id,
             u.realname,
-            u.id_card,
-            u.telphone
+            u.id_card
         FROM
             `user` u
         WHERE
             1 = 1
+                and u.realname is NOT NULL
           and u.user_id not in (SELECT DISTINCT cgu.user_id from class_grade_user cgu )
         <if test="status != null and status.size()!=0 ">
             AND u.status in