cheny 5 years ago
parent
commit
fa3c5d39d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/transaction.js

+ 1 - 1
app/service/transaction.js

@@ -32,7 +32,7 @@ class TransactionService extends CrudService {
     }
     const newdata = { ...data, username, product_name, market_username };
     const operationlogdata = { dock_id: data.dockid, type: '1' };
-    this.oodel.create(operationlogdata);
+    this.omodel.create(operationlogdata);
     return await this.model.create(newdata);
   }
   async findTransactionList({ product_id }) {