@@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectTMeetingById" parameterType="Long" resultMap="TMeetingResult">
<include refid="selectTMeetingVo"/>
- where id = #{id}
+ where d.id = #{id}
</select>
<insert id="insertTMeeting" parameterType="TMeeting" useGeneratedKeys="true" keyProperty="id">