聊天室创建工单
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
<update id="updateChatRoom" parameterType="org.xyzh.api.workcase.dto.TbChatRoomDTO">
|
||||
UPDATE workcase.tb_chat_room
|
||||
<set>
|
||||
<if test="workcaseId != null">workcase_id = #{workcaseId},</if>
|
||||
<if test="roomName != null and roomName != ''">room_name = #{roomName},</if>
|
||||
<if test="roomType != null and roomType != ''">room_type = #{roomType},</if>
|
||||
<if test="status != null and status != ''">status = #{status},</if>
|
||||
|
||||
Reference in New Issue
Block a user