This commit is contained in:
cun-nan 2024-03-07 12:03:58 +08:00
parent 78795abc73
commit 33c27b15a1

View File

@ -168,8 +168,8 @@ public class ActiveDiscountServiceImpl extends ServiceImpl<ActiveDiscountMapper,
activeDiscountVO.setDieselUserLevel(str.split(","));
}
activeDiscountVO.setActiveDiscountChildList(activeDiscountChildList);
TAccount accountInfoById = accountService.getAccountInfoById(Integer.parseInt(s.getCreateBy()));
if (ObjectUtil.isNotEmpty(accountInfoById)) activeDiscountVO.setCreateBy(accountInfoById.getRealName());
// TAccount accountInfoById = accountService.getAccountInfoById(Integer.parseInt(s.getCreateBy()));
// if (ObjectUtil.isNotEmpty(accountInfoById)) activeDiscountVO.setCreateBy(accountInfoById.getRealName());
return activeDiscountVO;
}).collect(Collectors.toList());
page1.setRecords(activeConsumptionVOList);