648540858
2023-08-08 5e34039deffa57fc50e93e45b6fa6879ce70e552
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);
    }
}