zq-erp/src/main/java/com/matrix/system/dataMove/DateMoveServiceImpl.java
@@ -1536,7 +1536,8 @@ 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) {