|
@@ -1650,7 +1650,8 @@ class Whlabel_bh extends Start_Controller {
|
|
|
$rows[] = array('num'=>$post['label'],'title'=>$data['orderinfo'],'jm'=>$data['pm'],'n'=>1);
|
|
|
$this->whlabel_bh_transfer->insert($post);
|
|
|
}
|
|
|
-
|
|
|
+ $printsl = $data['printsl']*1 + $n*1;
|
|
|
+ $this->whlabel_bh->save(['printsl'=>$printsl],$data['id']);
|
|
|
if ($this->db->trans_status() === TRUE)
|
|
|
{
|
|
|
$this->db->trans_commit();
|