|
@@ -717,7 +717,6 @@ export class OrderService extends BaseService {
|
|
});
|
|
});
|
|
|
|
|
|
if (!wallet) {
|
|
if (!wallet) {
|
|
- this.customeCallback('payOut', order)
|
|
|
|
throw new CoolCommException('钱包不存在');
|
|
throw new CoolCommException('钱包不存在');
|
|
}
|
|
}
|
|
const merchant = await this.merchantEntity.findOne({
|
|
const merchant = await this.merchantEntity.findOne({
|