DATA_STAT,
ID,
REC_PERS_ID,
REC_PERS_NAME,
SND_PERS_ID,
SND_PERS_NAME,
MSSG_TYPE,
MSSG,
MSSG_CLASS,
MSSG_PARAM,
IS_READ,
IS_HAND,
INTM,
UPTM
#{dataStat},
#{id},
#{recPersId},
#{recPersName},
#{sndPersId},
#{sndPersName},
#{mssgType},
#{mssg},
#{mssgClass},
#{mssgParam},
#{isRead},
#{isHand},
#{intm},
#{uptm}
and ID = #{id}
and REC_PERS_ID = #{recPersId}
and REC_PERS_NAME = #{recPersName}
and SND_PERS_ID = #{sndPersId}
and SND_PERS_NAME = #{sndPersName}
and MSSG_TYPE = #{mssgType}
and MSSG = #{mssg}
and MSSG_CLASS = #{mssgClass}
and MSSG_PARAM = #{mssgParam}
and IS_READ = #{isRead}
and IS_HAND = #{isHand}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT='0'
insert into GW_SYS_PERS_INFO( )
values ( )
update GW_SYS_PERS_INFO set DATA_STAT='9' where ID = #{id}
update GW_SYS_PERS_INFO set DATA_STAT='9'
update GW_SYS_PERS_INFO set DATA_STAT = '9' where ID = #{id}
update GW_SYS_PERS_INFO
ID = #{id},
REC_PERS_ID = #{recPersId},
REC_PERS_NAME = #{recPersName},
SND_PERS_ID = #{sndPersId},
SND_PERS_NAME = #{sndPersName},
MSSG_TYPE = #{mssgType},
MSSG = #{mssg},
MSSG_CLASS = #{mssgClass},
MSSG_PARAM = #{mssgParam},
IS_READ = #{isRead},
IS_HAND = #{isHand},
INTM = #{intm},
UPTM = #{uptm},
ID = #{id}
update GW_SYS_PERS_INFO
ID = #{id},
REC_PERS_ID = #{recPersId},
REC_PERS_NAME = #{recPersName},
SND_PERS_ID = #{sndPersId},
SND_PERS_NAME = #{sndPersName},
MSSG_TYPE = #{mssgType},
MSSG = #{mssg},
MSSG_CLASS = #{mssgClass},
MSSG_PARAM = #{mssgParam},
IS_READ = #{isRead},
IS_HAND = #{isHand},
INTM = #{intm},
UPTM = #{uptm},