| | |
| | | serviceItem.setServicesId(newId); |
| | | Long beautyOldId = serviceItem.getId(); |
| | | serviceItem.setId(null); |
| | | serviceItem.setExtract("数据迁移"); |
| | | // serviceItem.setExtract("数据迁移"); |
| | | sysBeauticianStateDao.insert(serviceItem); |
| | | beautyMaps.put(beautyOldId, serviceItem.getId()); |
| | | } |
| | |
| | | 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) { |