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>