|
@@ -248,12 +248,12 @@ class Workshopshow extends Start_Controller
|
|
|
}
|
|
}
|
|
|
foreach($do_list as $k=>$v){
|
|
foreach($do_list as $k=>$v){
|
|
|
$this->db->where('orderinfo',$v['orderinfo']);
|
|
$this->db->where('orderinfo',$v['orderinfo']);
|
|
|
- $printnum = $this->db->count_all_results('whlable_bh_transfer');
|
|
|
|
|
|
|
+ $printnum = $this->db->count_all_results('whlabel_bh_transfer');
|
|
|
$printnum = empty($printnum) ? $printnum : 0;
|
|
$printnum = empty($printnum) ? $printnum : 0;
|
|
|
|
|
|
|
|
$this->db->where('orderinfo',$v['orderinfo']);
|
|
$this->db->where('orderinfo',$v['orderinfo']);
|
|
|
$this->db->like('rk', '|11|','before');
|
|
$this->db->like('rk', '|11|','before');
|
|
|
- $wcnum = $this->db->count_all_results('whlable_bh_transfer');
|
|
|
|
|
|
|
+ $wcnum = $this->db->count_all_results('whlabel_bh_transfer');
|
|
|
$wcnum = empty($wcnum) ? $wcnum : 0;
|
|
$wcnum = empty($wcnum) ? $wcnum : 0;
|
|
|
|
|
|
|
|
$do_list[$k]['printnum'] = $printnum;
|
|
$do_list[$k]['printnum'] = $printnum;
|