Jelajahi Sumber

优化流程单

huangsanjia 1 tahun lalu
induk
melakukan
42543b599f
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      application/api/controller/ProcessDocument.php

+ 3 - 0
application/api/controller/ProcessDocument.php

@@ -46,6 +46,9 @@ class ProcessDocument extends Api
             ->where($map)
             ->where('b.BOM_产出单位',['eq','张'],['eq','吨'],'or')
             ->select();
+        if(empty($info)){
+            $this->success('请求成功');
+        }
         $res =array();
         $product_number = '';
         if (count($info) > 1){