zouxuan 3 년 전
부모
커밋
e6f0209a2c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>
 
     <select id="queryByOperatingTag" resultMap="Student">
-        SELECT operating_tag_,operating_tag_,user_id_,tenant_id_
+        SELECT operating_tag_,user_id_,tenant_id_
         FROM student
         WHERE operating_tag_ = #{operatingTag}
     </select>