lrf402788946 4 éve
szülő
commit
07b72a907a
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/service/statistics/index.js

+ 1 - 1
app/service/statistics/index.js

@@ -65,7 +65,7 @@ class IndexService extends CrudService {
    */
   async product() {
     const categroy = await this.code.find({ category: '01' });
-    const condition = { type: '1', status: '1' };
+    const condition = { type: '1', status: '2' };
     const arr = [];
     for (const c of categroy) {
       const { name } = c;