示例#1
0
 public static function prepGetList(&$pListHash)
 {
     if (!empty($pListHash['period'])) {
         $pListHash['period_format'] = BitDb::getPeriodFormat($pListHash['period']);
     }
     parent::prepGetList($pListHash);
 }