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