Browse Source

优化

master
dimengzhe 1 year ago
parent
commit
4ea090d11a
  1. 1
      anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loanreturninboundapply/LoanReturnInboundApplyService.java

1
anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loanreturninboundapply/LoanReturnInboundApplyService.java

@ -308,6 +308,7 @@ public class LoanReturnInboundApplyService extends MybatisBaseService<LoanReturn
return rb.setMsg("该申请不存在");
}
dto.setUserSid(loanReturnInboundApply.getCreateBySid());
dto.setUseOrgSid(loanReturnInboundApply.getUseOrgSid());
BeanUtil.copyProperties(dto, loanReturnInboundApply, "sid");
List<UrlQuery> filss = dto.getFilesList();
if (!filss.isEmpty()) {

Loading…
Cancel
Save