|
@@ -39,7 +39,7 @@ class PayOrderService extends CrudService {
|
|
|
// 不知道该去同步哪个表的支付状态,不处理
|
|
|
return;
|
|
|
}
|
|
|
- const { form_id: _id, status: is_pay } = data;
|
|
|
+ const { from_id: _id, status: is_pay } = data;
|
|
|
if (pay_for === 'lessonStudent') {
|
|
|
// 因为上课产生的支付,去找lessonStudent,修改指定学生的支付状态
|
|
|
console.log(is_pay, _id);
|