|
|
@ -254,7 +254,7 @@ public class UserPointActionLogServiceImpl extends BaseServiceImpl<UserPointActi |
|
|
|
if(!StringUtils.equals(ModuleConstant.POINT_UNIT_TIME,ruleInfo.getPointUnit()) && !StringUtils.equals(ModuleConstant.POINT_UNIT_DAY,ruleInfo.getPointUnit())){ |
|
|
|
//其余积分单位
|
|
|
|
//TODO..
|
|
|
|
logger.warn(String.format("当前规则属于按%s计分,系统尚不支持响应此类积分规则的事件"),ruleInfo.getPointUnit()); |
|
|
|
logger.error(String.format("当前规则属于按%s计分,系统尚不支持响应此类积分规则的事件"),ruleInfo.getPointUnit()); |
|
|
|
return ; |
|
|
|
} |
|
|
|
|
|
|
@ -398,7 +398,7 @@ public class UserPointActionLogServiceImpl extends BaseServiceImpl<UserPointActi |
|
|
|
|
|
|
|
|
|
|
|
}else{ |
|
|
|
log.warn(String.format("未检测到该用户下有效的积分规则,消息体->【%s】", JSON.toJSON(event))); |
|
|
|
log.error(String.format("未检测到该用户下有效的积分规则,消息体->【%s】", JSON.toJSON(event))); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|