|
@@ -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>
|