소스 검색

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

xuefy 3 년 전
부모
커밋
dc6e05f97f
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      sc-service/src/main/java/com/huyi/service/credit/controller/CreditHandleController.java

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