max 7 月之前
父节点
当前提交
8417b15658
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/payment/controller/admin/wallet.ts

+ 1 - 1
src/modules/payment/controller/admin/wallet.ts

@@ -45,7 +45,7 @@ export class WalletController extends BaseController {
     const { amount } = params;
     const customer = await this.customerEntity.findOne({
       where: {
-        merchantId: merchant.id,
+        merchantId: merchant.mchId,
       },
     });
     let { currency, channel } = params;