Commit aaea0192 authored by alex yao's avatar alex yao

fix:过期

parent 9476d5cd
......@@ -141,6 +141,7 @@ public class MemberEquityServiceImpl implements MemberEquityService {
// 针对用户上锁
synchronized (lockKey) {
pointsEntities = bizMemberPointsService.findByExample(bizMemberPointsEntity, null);
//获取用户记录
List<BizMemberPointsEntity> rechargeEntities = pointsEntities
.stream()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment