ID,
TYPE,
PHONE,
CONTENT,
RETURN_CODE,
CODE,
FUNC,
IP,
USER_ID,
INTM,
REL_USER_ID
#{id},
#{type},
#{phone},
#{content},
#{returnCode},
#{code},
#{func},
#{ip},
#{userId},
#{intm},
#{relUserId}
and TYPE = #{type}
and PHONE = #{phone}
and CONTENT = #{content}
and RETURN_CODE = #{returnCode}
and CODE = #{code}
and FUNC = #{func}
and IP = #{ip}
and USER_ID = #{userId}
and INTM = #{intm}
and REL_USER_ID = #{relUserId}
insert into GW_SMS_LOG(
)
values (
)
update GW_SMS_LOG set DATA_STAT='9' where ID = #{id}
update GW_SMS_LOG set DATA_STAT='9'
update GW_SMS_LOG set DATA_STAT = '9' where ID = #{id}
update GW_SMS_LOG
TYPE = #{type},
PHONE = #{phone},
CONTENT = #{content},
RETURN_CODE = #{returnCode},
CODE = #{code},
FUNC = #{func},
IP = #{ip},
USER_ID = #{userId},
INTM = #{intm},
REL_USER_ID = #{relUserId},
ID = #{id}