From dbc9adbc578785ad23510901fc07224364bcc7a2 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 24 十一月 2022 18:05:45 +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