|
|
@@ -400,7 +400,7 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
|
|
|
|
private void sendPeriodSMS(UserPeriodEditBo bo) {
|
|
|
if(Validator.isEmpty(bo.getGoodsId())||Validator.isEmpty(bo.getUserId())||Validator.isEmpty(bo.getGradeId())){
|
|
|
- throw new CustomException("信息参数确实");
|
|
|
+ throw new CustomException("信息参数缺失");
|
|
|
}
|
|
|
String key = "Period-" + bo.getGoodsId() + "-" + bo.getUserId();
|
|
|
Long value = redisCache.getCacheObject(key);
|