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