发展档案bug
This commit is contained in:
parent
0f38388fcb
commit
aeb4ba8f21
@ -49,7 +49,7 @@
|
|||||||
<select id="selectByChildLearndevelopmentFamilyById" parameterType="Long"
|
<select id="selectByChildLearndevelopmentFamilyById" parameterType="Long"
|
||||||
resultMap="ByChildLearndevelopmentFamilyResult">
|
resultMap="ByChildLearndevelopmentFamilyResult">
|
||||||
<include refid="selectByChildLearndevelopmentFamilyVo"/>
|
<include refid="selectByChildLearndevelopmentFamilyVo"/>
|
||||||
where id = #{id}
|
where a.id = #{id}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<insert id="insertByChildLearndevelopmentFamily" parameterType="ByChildLearndevelopmentFamily">
|
<insert id="insertByChildLearndevelopmentFamily" parameterType="ByChildLearndevelopmentFamily">
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
<select id="selectByChildLearndevelopmentTeacherById" parameterType="Long"
|
<select id="selectByChildLearndevelopmentTeacherById" parameterType="Long"
|
||||||
resultMap="ByChildLearndevelopmentTeacherResult">
|
resultMap="ByChildLearndevelopmentTeacherResult">
|
||||||
<include refid="selectByChildLearndevelopmentTeacherVo"/>
|
<include refid="selectByChildLearndevelopmentTeacherVo"/>
|
||||||
where id = #{id}
|
where a.id = #{id}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<insert id="insertByChildLearndevelopmentTeacher" parameterType="ByChildLearndevelopmentTeacher">
|
<insert id="insertByChildLearndevelopmentTeacher" parameterType="ByChildLearndevelopmentTeacher">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user