|
@@ -417,6 +417,11 @@ public class SubInfoQueryServiceImpl implements SubInfoQueryService {
|
|
|
|
|
|
|
|
|
e.setAmtTotal(e.getAmtTotal().divide(new BigDecimal("10000"), 2, RoundingMode.HALF_UP));
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ String content = e.getContent();
|
|
|
+ e.setContent(content == null ? "" : StringUtils.substring(content, 0, 100));
|
|
|
});
|
|
|
|
|
|
PageInfo<SubFixListVo> pageInfo = new PageInfo<SubFixListVo>(list);
|