|
|
@@ -67,7 +67,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</insert>
|
|
|
|
|
|
<insert id="insertDialogDetail" parameterType="DialogDetailReqDTO">
|
|
|
- insert into dialog(
|
|
|
+ insert into dialog_detail(
|
|
|
<if test="id != null">id,</if>
|
|
|
<if test="dialogId != null">dialog_id,</if>
|
|
|
<if test="role != null">type,</if>
|