PERS_NAME,
ORG_NM,
US_ORG_NM,
ID,
MEETING_NUMBER,
MEETING_NAME,
START_TIME,
END_TIME,
MAX_PARTICIPANT,
REQUIRE_PASSWORD,
IN_PASSWORD,
CONTROL_PASSWORD,
AUTO_MUTE,
AUTO_RECORD,
SMART_MUTEPERSON,
SHARE_URL,
US_ORG_ID,
PERS_ID,
ORG_ID,
INTM,
UPTM,
FLAG_VALID
PERS_NAME,
ORG_NM,
US_ORG_NM,
ID,
MEETING_NUMBER,
MEETING_NAME,
START_TIME,
END_TIME,
MAX_PARTICIPANT,
AUTO_MUTE,
AUTO_RECORD,
SMART_MUTEPERSON,
SHARE_URL,
US_ORG_ID,
PERS_ID,
ORG_ID,
INTM,
UPTM,
FLAG_VALID
#{persName},
#{orgNm},
#{usOrgNm},
#{id},
#{meetingNumber},
#{meetingName},
#{startTime},
#{endTime},
#{maxParticipant},
#{requirePassword},
#{inPassword},
#{controlPassword},
#{autoMute},
#{autoRecord},
#{smartMuteperson},
#{shareUrl},
#{usOrgId},
#{persId},
#{orgId},
#{intm},
#{uptm},
#{flagValid}
and ORG_NM = #{orgNm}
and US_ORG_NM = #{usOrgNm}
and ID = #{id}
and MEETING_NUMBER = #{meetingNumber}
and MEETING_NAME = #{meetingName}
and START_TIME = #{startTime}
and END_TIME = #{endTime}
and MAX_PARTICIPANT = #{maxParticipant}
and REQUIRE_PASSWORD = #{requirePassword}
and IN_PASSWORD = #{inPassword}
and CONTROL_PASSWORD = #{controlPassword}
and AUTO_MUTE = #{autoMute}
and AUTO_RECORD = #{autoRecord}
and SMART_MUTEPERSON = #{smartMuteperson}
and SHARE_URL = #{shareUrl}
and US_ORG_ID = #{usOrgId}
and PERS_ID = #{persId}
and ORG_ID = #{orgId}
and INTM = #{intm}
and UPTM = #{uptm}
and FLAG_VALID = #{flagValid}
insert into BIS_INSP_MEET_ROOM(
)
values (
)
delete from BIS_INSP_MEET_ROOM where ID = #{id}
delete from BIS_INSP_MEET_ROOM
update BIS_INSP_MEET_ROOM set flag_valid = 0 where ID = #{id}
update BIS_INSP_MEET_ROOM
ORG_NM = #{orgNm},
US_ORG_NM = #{usOrgNm},
ID = #{id},
MEETING_NUMBER = #{meetingNumber},
MEETING_NAME = #{meetingName},
START_TIME = #{startTime},
END_TIME = #{endTime},
MAX_PARTICIPANT = #{maxParticipant},
REQUIRE_PASSWORD = #{requirePassword},
IN_PASSWORD = #{inPassword},
CONTROL_PASSWORD = #{controlPassword},
AUTO_MUTE = #{autoMute},
AUTO_RECORD = #{autoRecord},
SMART_MUTEPERSON = #{smartMuteperson},
SHARE_URL = #{shareUrl},
US_ORG_ID = #{usOrgId},
PERS_ID = #{persId},
ORG_ID = #{orgId},
INTM = #{intm},
UPTM = #{uptm},
FLAG_VALID = #{flagValid},
ID = #{id}
update BIS_INSP_MEET_ROOM
ORG_NM = #{orgNm},
US_ORG_NM = #{usOrgNm},
ID = #{id},
MEETING_NUMBER = #{meetingNumber},
MEETING_NAME = #{meetingName},
START_TIME = #{startTime},
END_TIME = #{endTime},
MAX_PARTICIPANT = #{maxParticipant},
REQUIRE_PASSWORD = #{requirePassword},
IN_PASSWORD = #{inPassword},
CONTROL_PASSWORD = #{controlPassword},
AUTO_MUTE = #{autoMute},
AUTO_RECORD = #{autoRecord},
SMART_MUTEPERSON = #{smartMuteperson},
SHARE_URL = #{shareUrl},
US_ORG_ID = #{usOrgId},
PERS_ID = #{persId},
ORG_ID = #{orgId},
INTM = #{intm},
UPTM = #{uptm},
FLAG_VALID = #{flagValid},