From 935fda56e95270493d9e3e46d28b29125d330ca3 Mon Sep 17 00:00:00 2001
From: liusuyi <1951119284@qq.com>
Date: 星期一, 29 七月 2024 16:31:02 +0800
Subject: [PATCH] 修改:流媒体转码使用ffmpeg绝对路径,配置文件中增加ffmpegPath 增加:部门列表查询和部门详情查询无数据权限

---
 ard-work/src/main/java/com/ruoyi/statistical/vo/CountVo.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ard-work/src/main/java/com/ruoyi/statistical/vo/CountVo.java b/ard-work/src/main/java/com/ruoyi/statistical/vo/CountVo.java
index a3b425f..77d4668 100644
--- a/ard-work/src/main/java/com/ruoyi/statistical/vo/CountVo.java
+++ b/ard-work/src/main/java/com/ruoyi/statistical/vo/CountVo.java
@@ -4,6 +4,6 @@
 
 @Data
 public class CountVo {
-    private String month;
+    private String date;
     private Integer count;
 }

--
Gitblit v1.9.3