mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
https://github.com/chatopera/cskefu/issues/701 enhance with static string
This commit is contained in:
parent
7cb9d857a4
commit
8299af8134
@ -59,9 +59,9 @@ public class UserExperiencePlanInterceptorHandler extends HandlerInterceptorAdap
|
||||
|
||||
// logger.info("flag {}", flag);
|
||||
if (StringUtils.equalsIgnoreCase(USER_EXP_PLAN_OFF, flag)) {
|
||||
view.addObject(USER_EXP_TELEMETRY, "off");
|
||||
view.addObject(USER_EXP_TELEMETRY, USER_EXP_PLAN_OFF);
|
||||
} else {
|
||||
view.addObject(USER_EXP_TELEMETRY, "on");
|
||||
view.addObject(USER_EXP_TELEMETRY, USER_EXP_PLAN_ON);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user