|
@@ -691,6 +691,7 @@ public class AllocationServiceImpl extends ServiceImpl<AllocationMapper, Allocat
|
|
|
// list.
|
|
|
List<AfterAllocationFormVO> vos = list.stream().map(i -> {
|
|
|
AfterAllocationFormVO vo = new AfterAllocationFormVO();
|
|
|
+ vo.setId(i.getId());
|
|
|
vo.setYear(i.getDateYear());
|
|
|
vo.setMonth(i.getDateMonth());
|
|
|
vo.setShareLevel(i.getLevelSort());
|