_getSelfMysql(), 't_hash_rate_task', array( 'account_id' => myself()->_getAccountId(), 'task_id' => $taskId, 'period' => $period, ) ); } public static function add($fieldKv){ SqlHelper::insert( myself()->_getSelfMysql(), 't_hash_rate_task', $fieldKv ); } }