From d5bfa1ccc5301d58d909e3a52b5cd7f71fae9d8b Mon Sep 17 00:00:00 2001 From: yuyang Date: Wed, 2 Mar 2022 11:26:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E6=9A=82=E6=97=B6?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B4=BB=E5=8A=A8=E5=BC=B9=E5=87=BA=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/xhpc/user/service/impl/XhpcAppUserServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"));