This commit is contained in:
cun-nan 2024-03-07 12:10:12 +08:00
parent 33c27b15a1
commit 5f6e4186e0

View File

@ -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);