From 0d3b19ba0e5f8024c5e6f512b4b26db24471b322 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 22 十一月 2022 17:20:23 +0800
Subject: [PATCH] 驾驶舱接口修改
---
ycl-platform/src/main/resources/mapper/resources/VideoResourcesMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ycl-platform/src/main/resources/mapper/resources/VideoResourcesMapper.xml b/ycl-platform/src/main/resources/mapper/resources/VideoResourcesMapper.xml
index 71aa120..8ef51ba 100644
--- a/ycl-platform/src/main/resources/mapper/resources/VideoResourcesMapper.xml
+++ b/ycl-platform/src/main/resources/mapper/resources/VideoResourcesMapper.xml
@@ -21,7 +21,7 @@
SELECT
t2.category,
t2.event_source,
- t2.id as baseId,
+ t2.code as code,
t1.id,
t3.region_name,
t1.create_time,
--
Gitblit v1.8.0