|
@@ -309,9 +309,14 @@ public class CreditHandleController extends BaseController {
|
|
|
rel.setZfbrBillId(billId);
|
|
|
financeBillRelService.createZcFinanceBillRel(rel);
|
|
|
}
|
|
|
+ //
|
|
|
+ ZcFinanceInf finance = new ZcFinanceInf();
|
|
|
+ finance.setZfiId(zfiId);
|
|
|
+ finance.setZfiStatus("01");
|
|
|
+ financeInfService.updateById(finance);
|
|
|
//调用补充资料审批
|
|
|
//获取融信编号
|
|
|
- ZcFinanceInf finance = financeInfService.getById(zfiId);
|
|
|
+ finance = financeInfService.getById(zfiId);
|
|
|
if(finance == null){
|
|
|
throw new Exception("获取融信信息失败");
|
|
|
}
|