|
@@ -668,10 +668,6 @@ public class CreditHandleController extends BaseController {
|
|
|
|
|
|
//存放合同编号
|
|
|
List<String> contractIdList = new ArrayList<>();
|
|
|
- //获取授信编号
|
|
|
- String zfiCoreQuotaId = CommonUtil.objToString(map.get("zfiCoreQuotaId"));
|
|
|
- //获取产品
|
|
|
- String zfpcrProductId = CommonUtil.objToString(map.get("zfiProductId"));
|
|
|
//获取融信编号
|
|
|
String zfiId = CommonUtil.objToString(map.get("zfiId"));
|
|
|
//获取融信编号
|
|
@@ -679,6 +675,10 @@ public class CreditHandleController extends BaseController {
|
|
|
if(financeInf == null){
|
|
|
throw new Exception("获取融信信息失败");
|
|
|
}
|
|
|
+ //获取授信编号
|
|
|
+ String zfiCoreQuotaId = financeInf.getZfiCoreQuotaId();
|
|
|
+ //获取产品
|
|
|
+ String zfpcrProductId = financeInf.getZfiProductId();
|
|
|
//获取融信的类型
|
|
|
String createType = financeInf.getZfiCreateType();
|
|
|
//获取融信状态
|