From d2b9da72a095766a0edb7c93025e058adfc0df23 Mon Sep 17 00:00:00 2001 From: kaiyu <404897439@qq.com> Date: Thu, 13 Jan 2022 08:38:18 +0800 Subject: [PATCH] screen-api 修改城市同期对比模拟数据接口Bug --- screen-job/src/main/resources/mapper/HistoryAqiMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/screen-job/src/main/resources/mapper/HistoryAqiMapper.xml b/screen-job/src/main/resources/mapper/HistoryAqiMapper.xml index 989a8f5..24404de 100644 --- a/screen-job/src/main/resources/mapper/HistoryAqiMapper.xml +++ b/screen-job/src/main/resources/mapper/HistoryAqiMapper.xml @@ -4,7 +4,7 @@ <!-- ������������������������ --> <resultMap id="BaseResultMap" type="com.moral.api.entity.HistoryAqi"> - <result column="city_code" property="cityCode"/> + <result column="guid" property="guid"/> <result column="time" property="time"/> <result column="value" property="value"/> </resultMap> -- Gitblit v1.8.0