$this->setSource('anthor_table');
$result = self::find(array(
'conditions' => "addtime BETWEEN $begin AND $end",
'columns' => 'optid',
'group' => 'optid'
));
// The table of sql is no changed, How can I do it?