bug fixed

This commit is contained in:
sk1551
2020-09-23 11:07:53 +08:00
parent 47e352e3a6
commit 1520a7a296
2 changed files with 464 additions and 1 deletions

View File

@ -216,7 +216,7 @@
<select id="selectByChildById" parameterType="Long" resultMap="ByChildResult">
<include refid="selectByChildVo"/>
where id = #{id}
where c.id = #{id}
</select>
<insert id="insertByChild" parameterType="ByChild" useGeneratedKeys="true" keyProperty="id">