@@ -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;
}