Browse Source

提交数据

lvhao 2 months ago
parent
commit
d45e06ea6c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/CoreApp/controllers/Amazonbarcode.php

+ 1 - 0
core/CoreApp/controllers/Amazonbarcode.php

@@ -187,6 +187,7 @@ class Amazonbarcode extends Start_Controller {
 					$info_list[$key]['addtime'] = '';
 				}
 				$info_list[$key]['out_num'] = $value['out_num']*1;
+				$info_list[$key]['batch_no'] = empty($value['batch_no'])?'':$value['batch_no'];
             }
 			$total = $this->amazonbarcode->find_count($where);
 		    $pagenum = ceil($total/$perpage);