liusuyi
2024-07-10 016aa105789fca71e86cdbb0d26a181812f200f9
ard-work/src/main/resources/mapper/call/ArdCallSessionUserMapper.xml
@@ -27,11 +27,14 @@
        </where>
    </select>
    <select id="selectArdCallSessionUserBySesionId" parameterType="String" resultMap="ArdCallSessionUserResult">
        <include refid="selectArdCallSessionUserVo"/>
        where session_id = #{sessionId} and user_id = #{userId}
    </select>
    <select id="selectArdCallSessionUserById" parameterType="String" resultMap="ArdCallSessionUserResult">
        <include refid="selectArdCallSessionUserVo"/>
        where id = #{id}
    </select>
    <insert id="insertArdCallSessionUser" parameterType="ArdCallSessionUser">
        insert into ard_call_session_user
        <trim prefix="(" suffix=")" suffixOverrides=",">