648540858
2023-09-01 cde7f6460a563a4e9b2624b395d9bdfe6f90e14c
src/main/java/com/genersoft/iot/vmp/gb28181/utils/SipUtils.java
@@ -261,6 +261,6 @@
                return null;
            }
        }
        return localDateTime.format(DateUtil.formatterISO8601);
        return localDateTime.format(DateUtil.formatter);
    }
}