员工充值筛选调整
This commit is contained in:
+4
@@ -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|赠送金额(元)," +
|
||||
|
||||
Reference in New Issue
Block a user