|
|
@ -306,7 +306,7 @@ public class LoanCreditAppealApplyService extends MybatisBaseService<LoanCreditA |
|
|
|
List<CommonAppendixVo> data = commonAppendixFeign.selByLinkSid(sid).getData(); |
|
|
|
List<String> ssImages = new ArrayList<>(); |
|
|
|
for (CommonAppendixVo datum : data) { |
|
|
|
ssImages.add(datum.getFilePath()); |
|
|
|
ssImages.add(datum.getFileUrl()); |
|
|
|
} |
|
|
|
vo.setSsImages(ssImages); |
|
|
|
return rb.success().setData(vo); |
|
|
|