fetchRow($sql); return Util::returnArrSu('', '', $result); } public function updates() { $data = array( 'CANCEL_FLAG' => '1', 'ORG_ID' => '1' ); $where = 'PROD_ID = 1'; $update = $this->update($data, $where); } }