|
@@ -323,7 +323,8 @@ class IntelligentDockingService extends CrudService {
|
|
guanzhu.creditStatus = '3';
|
|
guanzhu.creditStatus = '3';
|
|
guanzhu.refusemessage = reason;
|
|
guanzhu.refusemessage = reason;
|
|
await guanzhu.save();
|
|
await guanzhu.save();
|
|
- // intelligent.status = '2';
|
|
|
|
|
|
+ // 对接需求表状态
|
|
|
|
+ intelligent.status = '1';
|
|
this.ctx.service.viewnews.insertViewNews('智能对接', '您已被拒绝3次,不再指派银行受理,请重新提交申请,详情请查看智能对接需求列表', intelligent.uid);
|
|
this.ctx.service.viewnews.insertViewNews('智能对接', '您已被拒绝3次,不再指派银行受理,请重新提交申请,详情请查看智能对接需求列表', intelligent.uid);
|
|
}
|
|
}
|
|
res = await intelligent.save();
|
|
res = await intelligent.save();
|