bug
This commit is contained in:
parent
33c27b15a1
commit
5f6e4186e0
@ -158,8 +158,8 @@ public class ActiveFullminusServiceImpl extends ServiceImpl<ActiveFullminusMappe
|
||||
activeFullminusVO.setDieselUserLevel(str.split(","));
|
||||
}
|
||||
activeFullminusVO.setActiveDiscountChildList(activeDiscountChildList);
|
||||
TAccount accountInfoById = accountService.getAccountInfoById(Integer.parseInt(s.getCreateBy()));
|
||||
if (ObjectUtil.isNotEmpty(accountInfoById)) activeFullminusVO.setCreateBy(accountInfoById.getRealName());
|
||||
// TAccount accountInfoById = accountService.getAccountInfoById(Integer.parseInt(s.getCreateBy()));
|
||||
// if (ObjectUtil.isNotEmpty(accountInfoById)) activeFullminusVO.setCreateBy(accountInfoById.getRealName());
|
||||
return activeFullminusVO;
|
||||
}).collect(Collectors.toList());
|
||||
page1.setRecords(activeFullminusVOList);
|
||||
|
Loading…
Reference in New Issue
Block a user