领券bug

This commit is contained in:
齐天大圣 2024-01-25 15:42:16 +08:00
parent db25cf1b23
commit cb282e356b

View File

@ -61,9 +61,6 @@ public class ActiveNewlywedsRecordsServiceImpl extends ServiceImpl<ActiveNewlywe
AccountInfo nowAccountInfo = TokenUtil.getNowAccountInfo();
Integer userId = nowAccountInfo.getId();
LJUserVo ljUserVo = userService.selectUserById(userId,activeNewlywedsRecords.getStoreId());
/*if (ObjectUtils.isEmpty(ljUserVo)){
userBalanceService.initBalance(userId,activeNewlywedsRecords.getChainStoreId());
}*/
//保存新人有礼记录
ActiveNewlywedsVO activeNewlyweds = activeNewlywedsService.getOneByStoreId(activeNewlywedsRecords.getStoreId());
activeNewlywedsRecords.setActiveNewlywedsId(activeNewlyweds.getId());