From 74343084dc75aac16ee784d8b430fc6bdeaef3a2 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Mon, 24 Feb 2025 16:21:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E6=95=B0=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/org/wfc/user/service/impl/UClientServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wfc-modules/wfc-user/src/main/java/org/wfc/user/service/impl/UClientServiceImpl.java b/wfc-modules/wfc-user/src/main/java/org/wfc/user/service/impl/UClientServiceImpl.java index cb3b7f9..2e8846f 100644 --- a/wfc-modules/wfc-user/src/main/java/org/wfc/user/service/impl/UClientServiceImpl.java +++ b/wfc-modules/wfc-user/src/main/java/org/wfc/user/service/impl/UClientServiceImpl.java @@ -103,7 +103,7 @@ public class UClientServiceImpl extends ServiceImpl impl clientVo.setActivity(clientInfo.getActivity()); clientVo.setTrafficDown(clientInfo.getTrafficDown()); clientVo.setTrafficUp(clientInfo.getTrafficUp()); - clientVo.setUpTime(clientInfo.getActivity()); + clientVo.setUpTime(clientInfo.getUptime()); clientVo.setSiteId(siteId); clientVos.add(clientVo); i++;