ID,
TITLE,
CONTENT,
ADDRESS,
ST_TM,
EN_TM,
START_TM,
END_TM,
GD_X,
GD_Y,
STATE,
IS_OUT,
IS_HAS_QUES,
INTM
#{id},
#{title},
#{content},
#{address},
#{stTm},
#{enTm},
#{startTm},
#{endTm},
#{gdX},
#{gdY},
#{state},
#{isOut},
#{isHasQues},
#{intm}
and TITLE like concat('%',#columnName#,'%')
and CONTENT = #{content}
and ADDRESS = #{address}
and ST_TM = #{stTm}
and EN_TM = #{enTm}
and START_TM = #{startTm}
and END_TM = #{endTm}
and GD_X = #{gdX}
and GD_Y = #{gdY}
and STATE = #{state}
and IS_OUT = #{isOut}
and IS_HAS_QUES = #{isHasQues}
and INTM = #{intm}
insert into MEET_MEETING_INFO(
)
values (
)
delete from MEET_MEETING_INFO where ID = #{id}
delete from MEET_MEETING_INFO
update MEET_MEETING_INFO set flag_valid = 0 where ID = #{id}
update MEET_MEETING_INFO
TITLE = #{title},
CONTENT = #{content},
ADDRESS = #{address},
ST_TM = #{stTm},
EN_TM = #{enTm},
START_TM = #{startTm},
END_TM = #{endTm},
GD_X = #{gdX},
GD_Y = #{gdY},
STATE = #{state},
IS_OUT = #{isOut},
IS_HAS_QUES = #{isHasQues},
INTM = #{intm},
ID = #{id}
update MEET_MEETING_INFO
TITLE = #{title},
CONTENT = #{content},
ADDRESS = #{address},
ST_TM = #{stTm},
EN_TM = #{enTm},
START_TM = #{startTm},
END_TM = #{endTm},
GD_X = #{gdX},
GD_Y = #{gdY},
STATE = #{state},
IS_OUT = #{isOut},
IS_HAS_QUES = #{isHasQues},
INTM = #{intm},