|
|
@@ -1,6 +1,5 @@
|
|
|
package com.cyksj.service.mange.usermirror.impl;
|
|
|
|
|
|
-import cn.hutool.core.date.DateTime;
|
|
|
import cn.hutool.core.util.StrUtil;
|
|
|
import com.baomidou.mybatisplus.core.toolkit.Wrappers;
|
|
|
import com.cyksj.common.exception.BusinessRuntimeException;
|
|
|
@@ -77,7 +76,7 @@ public class UserMirrorCommonServiceImpl implements UserMirrorCommonService {
|
|
|
|
|
|
if (distributeMoneyApply.getVerifyStatus() == UserMirrorShopDistributeMoneyApply.Status.fail) {
|
|
|
String type = "mirrorShop";
|
|
|
- String key = String.format(RedisService.key.APPLY_MONEY_DAY_LIMIT_KEY.getName(), DateTime.now().toDateStr(), type, distributeMoneyApply.getUserId());
|
|
|
+ String key = String.format(RedisService.key.APPLY_MONEY_DAY_LIMIT_KEY.getName(), distributeMoneyApply.getUserId().toString(), type, distributeMoneyApply.getUserId());
|
|
|
redisService.del(key);
|
|
|
}
|
|
|
}
|