Browse Source

新增接口

huangsanjia 1 năm trước cách đây
mục cha
commit
3cf9feffb9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/api/controller/Product.php

+ 1 - 1
application/api/controller/Product.php

@@ -646,6 +646,6 @@ class Product extends Api
         }
         $params = Request::instance()->get();
         $search = $params['search'];
-        $list = \db('物料_存货结构')->where('LEFT(编号)')
+//        $list = \db('物料_存货结构')->where('LEFT(编号)')
     }
 }