@@ -562,7 +562,7 @@ class QcodeBach extends Backend
$proportion ? floor($rows[$key]['sqrcd'] * $proportion * 100) / 100 : ''
);
} else {
- $rows[$key]['num'] = $rowData['l_num'];
+ $rows[$key]['num'] = $rowData['l_num']/10000;
}
@@ -331,7 +331,6 @@ class QcodeProduct extends Backend
$row = $this->model->where('_id',$ids)->find();
-
$this->view->assign('row',$row);
return $this->view->fetch();