648540858
2024-03-22 63a35ffaaf248f1c6eb7d660e9d3dba5d664eed7
src/main/java/com/genersoft/iot/vmp/gb28181/utils/SipUtils.java
@@ -281,6 +281,6 @@
                return null;
            }
        }
        return localDateTime.format(DateUtil.formatterISO8601);
        return localDateTime.format(DateUtil.formatter);
    }
}