|
|
@ -355,6 +355,7 @@ public class LoanCaseProgressService extends MybatisBaseService<LoanCaseProgress |
|
|
|
LoanCaseProgress entity = fetchBySid(sid); |
|
|
|
if (null != entity) { |
|
|
|
BeanUtil.copyProperties(entity, vo); |
|
|
|
vo.setSuSongSid(entity.getBusSid()); |
|
|
|
vo.setCreateDate(DateUtil.formatDate(entity.getCreateTime())); |
|
|
|
List<LoanCaseProgressVeh> vehs = loanCaseProgressVehService.selByMainSid(sid); |
|
|
|
List<LoanCaseProgressFees> caseProgressFees = loanCaseProgressFeesService.selByMainSid(sid); |
|
|
|