lrf402788946 hace 4 años
padre
commit
07b72a907a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;