diff --git a/xhpc-modules/xhpc-user/src/main/java/com/xhpc/user/service/impl/XhpcAppUserServiceImpl.java b/xhpc-modules/xhpc-user/src/main/java/com/xhpc/user/service/impl/XhpcAppUserServiceImpl.java index abf245fd..a2f631c8 100644 --- a/xhpc-modules/xhpc-user/src/main/java/com/xhpc/user/service/impl/XhpcAppUserServiceImpl.java +++ b/xhpc-modules/xhpc-user/src/main/java/com/xhpc/user/service/impl/XhpcAppUserServiceImpl.java @@ -472,7 +472,7 @@ public class XhpcAppUserServiceImpl extends BaseService implements IXhpcAppUserU } map.put("version",version); map.put("servicePhone",servicePhone); - map.put("activity",1); + map.put("activity",0); map.put("activitySize",1); map.put("activityImg","https://xhpc-bucket1.oss-cn-hangzhou.aliyuncs.com/bunengshanchu/1.png"); map.put("socSize",redisService.getCacheObject("global:SOC"));