lrf402788946 %!s(int64=4) %!d(string=hai) anos
pai
achega
07b72a907a
Modificáronse 1 ficheiros con 1 adicións e 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;