guhongwei %!s(int64=5) %!d(string=hai) anos
pai
achega
48f68999a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
     }