|
@@ -92,7 +92,7 @@ class Beihuogl extends Start_Controller {
|
|
|
}elseif($arg == 'ccwlbhdownload'){
|
|
}elseif($arg == 'ccwlbhdownload'){
|
|
|
$this->_ccwlbhdownload();
|
|
$this->_ccwlbhdownload();
|
|
|
}elseif($arg == 'ckexcel'){
|
|
}elseif($arg == 'ckexcel'){
|
|
|
- $this->_ckexcel();
|
|
|
|
|
|
|
+ $this->_ckexcel($arg_array);
|
|
|
}
|
|
}
|
|
|
else
|
|
else
|
|
|
{
|
|
{
|
|
@@ -1898,7 +1898,7 @@ class Beihuogl extends Start_Controller {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- private function _ckexcel(){
|
|
|
|
|
|
|
+ private function _ckexcel($arg_array){
|
|
|
$id = $arg_array[0];
|
|
$id = $arg_array[0];
|
|
|
$info = $this->bhccwl->read($id);
|
|
$info = $this->bhccwl->read($id);
|
|
|
$list = $this->bhsq->find_all("bh_no = '".$info['bh_no']."' ");
|
|
$list = $this->bhsq->find_all("bh_no = '".$info['bh_no']."' ");
|