mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -3,7 +3,6 @@ package com.jsowell.pile.service.impl;
|
||||
import com.alibaba.fastjson2.JSON;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.google.common.collect.Lists;
|
||||
import com.google.common.collect.Sets;
|
||||
import com.jsowell.common.constant.CacheConstants;
|
||||
import com.jsowell.common.constant.Constants;
|
||||
import com.jsowell.common.core.redis.RedisCache;
|
||||
@@ -40,7 +39,6 @@ import org.springframework.stereotype.Service;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.Set;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
@@ -192,6 +190,13 @@ public class MemberBasicInfoServiceImpl implements IMemberBasicInfoService {
|
||||
}
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
for (int i = 0; i < 191; i++) {
|
||||
String walletCode = IdUtils.get16UUID("89");
|
||||
System.out.println(walletCode);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改用户余额 唯一方法
|
||||
* 接收的金额都是正数,通过操作类型判断 充值还是扣减
|
||||
@@ -351,16 +356,6 @@ public class MemberBasicInfoServiceImpl implements IMemberBasicInfoService {
|
||||
return i;
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
Set<String> set = Sets.newHashSet();
|
||||
for (int i = 0; i < 85; i++) {
|
||||
String s = IdUtils.get16UUID("89");
|
||||
System.out.println(s);
|
||||
set.add(s);
|
||||
}
|
||||
System.out.println("set size:" + set.size());
|
||||
}
|
||||
|
||||
@Override
|
||||
public MemberVO queryMemberInfoByMemberId(String memberId) {
|
||||
return queryMemberInfoByMemberId(memberId, null);
|
||||
|
||||
@@ -3072,7 +3072,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询订单推款记录
|
||||
* 查询订单退款记录
|
||||
*
|
||||
* @param orderBasicInfo
|
||||
* @return
|
||||
|
||||
Reference in New Issue
Block a user