huangsanjia 1 gadu atpakaļ
vecāks
revīzija
3cf9feffb9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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(编号)')
     }
 }