浏览代码

提交数据

lvhao 22 小时之前
父节点
当前提交
3f60b8eee4
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      core/CoreApp/controllers/Whlabel_bh.php

+ 2 - 1
core/CoreApp/controllers/Whlabel_bh.php

@@ -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();