代码回滚, 前端已处理此逻辑

This commit is contained in:
hejiayang
2025-12-04 17:32:35 +08:00
parent 67bdd7159a
commit 832bae83d1
@@ -94,10 +94,6 @@ 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|赠送金额(元)," +