领券bug
This commit is contained in:
parent
db25cf1b23
commit
cb282e356b
@ -61,9 +61,6 @@ public class ActiveNewlywedsRecordsServiceImpl extends ServiceImpl<ActiveNewlywe
|
|||||||
AccountInfo nowAccountInfo = TokenUtil.getNowAccountInfo();
|
AccountInfo nowAccountInfo = TokenUtil.getNowAccountInfo();
|
||||||
Integer userId = nowAccountInfo.getId();
|
Integer userId = nowAccountInfo.getId();
|
||||||
LJUserVo ljUserVo = userService.selectUserById(userId,activeNewlywedsRecords.getStoreId());
|
LJUserVo ljUserVo = userService.selectUserById(userId,activeNewlywedsRecords.getStoreId());
|
||||||
/*if (ObjectUtils.isEmpty(ljUserVo)){
|
|
||||||
userBalanceService.initBalance(userId,activeNewlywedsRecords.getChainStoreId());
|
|
||||||
}*/
|
|
||||||
//保存新人有礼记录
|
//保存新人有礼记录
|
||||||
ActiveNewlywedsVO activeNewlyweds = activeNewlywedsService.getOneByStoreId(activeNewlywedsRecords.getStoreId());
|
ActiveNewlywedsVO activeNewlyweds = activeNewlywedsService.getOneByStoreId(activeNewlywedsRecords.getStoreId());
|
||||||
activeNewlywedsRecords.setActiveNewlywedsId(activeNewlyweds.getId());
|
activeNewlywedsRecords.setActiveNewlywedsId(activeNewlyweds.getId());
|
||||||
|
Loading…
Reference in New Issue
Block a user