员工充值筛选调整

This commit is contained in:
hejiayang
2025-12-04 17:30:04 +08:00
parent 30d7b4f52d
commit 67bdd7159a
@@ -94,6 +94,10 @@ public class StClientMemberBalanceController {
LoginUser sysUser = (LoginUser) SecurityUtils.getSubject().getPrincipal();
stClientUserInfoShopPageDTO.setCanteenId(sysUser.getCanteenId());
}
if(StringUtils.isNotBlank(stClientUserInfoShopPageDTO.getStartDate()) && StringUtils.isNotBlank(stClientUserInfoShopPageDTO.getEndDate())){
stClientUserInfoShopPageDTO.setStartTime(stClientUserInfoShopPageDTO.getStartDate());
stClientUserInfoShopPageDTO.setEndTime(stClientUserInfoShopPageDTO.getEndDate());
}
List<StClientMemberBalanceListVO> statisticsTheAmountSpentList = iStClientMemberBalanceService.getSpendingOrRechargeInfoListExport(stClientUserInfoShopPageDTO);
if(CollectionUtils.isNotEmpty(statisticsTheAmountSpentList)){
String exportFields = "workNo|工号,userName|姓名,phone|联系方式,topUpBalanceTotal|总余额(元),topUpBalance|储值金额(元),rewardBalance|赠送金额(元)," +