发展档案bug

This commit is contained in:
zhanglipeng 2020-11-23 17:12:09 +08:00
parent 0f38388fcb
commit aeb4ba8f21
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
<select id="selectByChildLearndevelopmentFamilyById" parameterType="Long"
resultMap="ByChildLearndevelopmentFamilyResult">
<include refid="selectByChildLearndevelopmentFamilyVo"/>
where id = #{id}
where a.id = #{id}
</select>
<insert id="insertByChildLearndevelopmentFamily" parameterType="ByChildLearndevelopmentFamily">

View File

@ -49,7 +49,7 @@
<select id="selectByChildLearndevelopmentTeacherById" parameterType="Long"
resultMap="ByChildLearndevelopmentTeacherResult">
<include refid="selectByChildLearndevelopmentTeacherVo"/>
where id = #{id}
where a.id = #{id}
</select>
<insert id="insertByChildLearndevelopmentTeacher" parameterType="ByChildLearndevelopmentTeacher">