master
admin 2 years ago
parent 2a962c04a5
commit 65ce284d32

@ -210,7 +210,7 @@ public class IdcServiceImpl implements IdcService {
boolean sync = true; boolean sync = true;
String[] tnames = t.split("/"); String[] tnames = t.split("/");
String lastUpdateTime = getUpdateTime(tnames[0]); String lastUpdateTime = getUpdateTime(tnames[2]);
Date nowUpdateTime = new Date(); Date nowUpdateTime = new Date();
if(!StringUtils.isEmpty(tnames[0])) { if(!StringUtils.isEmpty(tnames[0])) {

Loading…
Cancel
Save