lrf402788946 há 4 anos atrás
pai
commit
07b72a907a
1 ficheiros alterados com 1 adições e 1 exclusões
  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;