瀏覽代碼

优化流程单

huangsanjia 1 年之前
父節點
當前提交
5bde9f32a8
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      application/api/controller/ProcessDocument.php

+ 1 - 2
application/api/controller/ProcessDocument.php

@@ -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('成品代号')