|
@@ -255,7 +255,7 @@ export class PayCompComponent implements OnInit {
|
|
|
let AccountLog = new Parse.Query('AccountLog');
|
|
|
AccountLog.equalTo('company', this.accServ.company);
|
|
|
AccountLog.equalTo('orderNumber', this.tradeNo);
|
|
|
- AccountLog.equalTo('payType', 'aliPay');
|
|
|
+ AccountLog.equalTo('payType', 'alipay');
|
|
|
AccountLog.equalTo('isVerified', true);
|
|
|
let result = await AccountLog.first();
|
|
|
this.loading?.dismiss();
|