zouxuan 3 years ago
parent
commit
e6f0209a2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/StudentMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/StudentMapper.xml

@@ -236,7 +236,7 @@
     </sql>
     </sql>
 
 
     <select id="queryByOperatingTag" resultMap="Student">
     <select id="queryByOperatingTag" resultMap="Student">
-        SELECT operating_tag_,operating_tag_,user_id_,tenant_id_
+        SELECT operating_tag_,user_id_,tenant_id_
         FROM student
         FROM student
         WHERE operating_tag_ = #{operatingTag}
         WHERE operating_tag_ = #{operatingTag}
     </select>
     </select>