Browse Source

Merge branch 'master' of http://git.cc-lotus.info/service-platform/service-market

cheny 5 năm trước cách đây
mục cha
commit
2b6c718ea4
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

@@ -45,7 +45,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;
     }