瀏覽代碼

通知列表

change 3 年之前
父節點
當前提交
54bc653850
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeMapper.xml

+ 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