guhongwei 5 năm trước cách đây
mục cha
commit
48f68999a2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/service/product.js

+ 1 - 1
app/service/product.js

@@ -44,7 +44,7 @@ class ProductService extends CrudService {
   async allquery(info) {
     const { code, status, pid } = info;
     assert(code, '缺少参数');
-    if (code === '000') {
+    if (code === "JLCJGLY") {
       const data = await this.model.find({ status });
       return data;
     }