Selaa lähdekoodia

补充资料拒绝后再次补充资料,融信状态修改为待签收

xuefy 3 vuotta sitten
vanhempi
commit
dc6e05f97f

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

@@ -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("获取融信信息失败");
         }