Example #1
0
 public function min($args = "")
 {
     //设置表关联
     $this->setJoinTable();
     $this->init();
     return parent::min($args);
 }