Browse Source

获取合同和合同盖章授信编号和产品取值修改

xuefy 3 năm trước cách đây
mục cha
commit
b242d4a8e7

+ 4 - 4
sc-service/src/main/java/com/huyi/service/credit/controller/CreditHandleController.java

@@ -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();
         //获取融信状态

+ 4 - 4
sc-service/src/main/java/com/huyi/service/credit/controller/OwnMessageController.java

@@ -274,10 +274,6 @@ public class OwnMessageController 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"));
         //获取融信编号
@@ -285,6 +281,10 @@ public class OwnMessageController extends BaseController {
         if(financeInf == null){
             throw  new Exception("获取融信信息失败");
         }
+        //获取授信编号
+        String zfiCoreQuotaId = financeInf.getZfiCoreQuotaId();
+        //获取产品
+        String zfpcrProductId = financeInf.getZfiProductId();
         //获取融信的类型
         String createType = financeInf.getZfiCreateType();
         //获取融信状态