Преглед изворни кода

fix(苏商银行):续授信逻辑修改

liutao пре 15 часа
родитељ
комит
c587998a6f

+ 4 - 0
src/main/java/com/sunxung/factoring/service/smb/impl/FinancingFromInvestorsServiceImpl.java

@@ -163,6 +163,10 @@ public class FinancingFromInvestorsServiceImpl extends ServiceImpl<FinancingFrom
                 throw new BusinessException(CodeUtil.FAIL, "未到可再次申请日期,无法续授信!");
             }
             financingFromInvestors.setId(null);
+            financingFromInvestors.setCreditStatus(null);
+            financingFromInvestors.setRepaymentAccount(null);
+            financingFromInvestors.setRepaymentAccountName(null);
+            financingFromInvestors.setRepaymentAccountType(null);
         }
         List<SMBFileUpload> fileList = new ArrayList<>();
         List<Long> registeredAddressCodeList = financingFromInvestors.getRegisteredAddressCodeList();