|
|
|
@ -506,9 +506,14 @@ public class DgGuaranteeAssignUserServiceImpl extends ServiceImpl<DgGuaranteeAss |
|
|
|
|
} else { |
|
|
|
|
deptName = "担保部分管领导"; |
|
|
|
|
} |
|
|
|
|
String remark = Arrays.toString(approvalGuaranteeRequest.getRemark());//补充调查原因
|
|
|
|
|
String otherRemark = approvalGuaranteeRequest.getOtherRemark();//其他原因
|
|
|
|
|
String reason = remark+otherRemark; |
|
|
|
|
String loanMoney = approvalGuaranteeRequest.getAmount().toString();//金额
|
|
|
|
|
String loanTerm = approvalGuaranteeRequest.getTerm();//期限
|
|
|
|
|
//同时往审核流程进程表新增一条记录
|
|
|
|
|
String account = dgApplyAmountInfoController.getAccount(); |
|
|
|
|
AuditProcessUtil.save(guaranteeUser.getBusinessId(), account, deptName, approvalGuaranteeRequest.getApplyContent(), 2,"","",""); |
|
|
|
|
AuditProcessUtil.save(guaranteeUser.getBusinessId(), account, deptName, approvalGuaranteeRequest.getApplyContent(), 2,reason,loanMoney,loanTerm); |
|
|
|
|
|
|
|
|
|
return 1; |
|
|
|
|
} |
|
|
|
|