From 65ce284d32fad7c902a2e0b1d9ed1e2d768aa9a3 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 2 Apr 2023 18:38:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java b/src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java index 332e9f00..9956dac8 100644 --- a/src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java +++ b/src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java @@ -210,7 +210,7 @@ public class IdcServiceImpl implements IdcService { boolean sync = true; String[] tnames = t.split("/"); - String lastUpdateTime = getUpdateTime(tnames[0]); + String lastUpdateTime = getUpdateTime(tnames[2]); Date nowUpdateTime = new Date(); if(!StringUtils.isEmpty(tnames[0])) {