integral_logs_id integralLogsId, integral_logs_openid integralLogsOpenid, integral_logs_num integralLogsNum, integral_logs_type integralLogsType, integral_logs_introduction integralLogsIntroduction, integral_logs_res_type integralLogsResType, integral_logs_create_date integralLogsCreateDate INSERT INTO TB_IAMBERRY_USER_INTEGRAL_LOGS ( INTEGRAL_LOGS_OPENID, INTEGRAL_LOGS_NUM, INTEGRAL_LOGS_TYPE, INTEGRAL_LOGS_INTRODUCTION, INTEGRAL_LOGS_RES_TYPE, INTEGRAL_LOGS_CREATE_DATE ) VALUES ( #{integralLogsOpenid}, #{integralLogsNum}, #{integralLogsType}, #{integralLogsIntroduction}, #{integralLogsResType}, #{integralLogsCreateDate} )