记得上下班打卡 | git大法好,push需谨慎

Commit 2f051a30 authored by 胡佳晨's avatar 胡佳晨

adam 添加接口

parent a236c624
......@@ -65,7 +65,7 @@ public class RedisDataUtils {
boolean needSet = false;
if (userCreateTime == null) {
userCreateTime = LocalDateTime.MIN;
userCreateTime = LocalDateTime.of(2000,1,1,0,0,0);
}
List<String> userIds = userDto.stream().map(CandyUserCouponBasicDto::getCcouponId).collect(Collectors.toList());
if (userIds!=null && userIds.size() > 0) {
......
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