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