|
|
@@ -89,7 +89,7 @@ class ProcessDocument extends Api
|
|
|
|
|
|
$where = array();
|
|
|
$where['Gd_gdbh'] = $order;
|
|
|
- $where['行号'] = 1;
|
|
|
+
|
|
|
$product = db('工单_基本资料')
|
|
|
->where($where)
|
|
|
->field('成品代号')
|
|
|
@@ -148,7 +148,6 @@ class ProcessDocument extends Api
|
|
|
$data['data'] = substr($params['data'],0,-1);
|
|
|
$where = array();
|
|
|
$where['Gd_gdbh'] = $params['order'];
|
|
|
- $where['行号'] = 1;
|
|
|
$product = db('工单_基本资料')
|
|
|
->where($where)
|
|
|
->field('成品代号')
|