| | |
| | | moneyCardUse.setIsVipCar("N"); |
| | | |
| | | ShoppingGoods shoppingGoods = shoppingGoodsDao.selectById(moneyCardUse.getGoodsId()); |
| | | moneyCardUse.setCardName(shoppingGoods.getName()); |
| | | if (shoppingGoods != null) |
| | | { moneyCardUse.setCardName(shoppingGoods.getName());} |
| | | |
| | | Integer vipId = null; |
| | | if (moneyCardUse.getVipId() != null) { |
| | |
| | | for (SysBeauticianState state : sysBeauticianStates) { |
| | | Long staffId = state.getStaffId(); |
| | | |
| | | if (staffId == null) { |
| | | continue; |
| | | } |
| | | Integer integer = shopStaff.get(staffId.toString()); |
| | | |
| | | if (integer == null) { |