示例#1
0
 public function getCategory1($_data)
 {
     $aTable = new ApprovalTable();
     return $aTable->getCategory1(gv('branch_no', $_data));
 }