From 11d4be720620abf502d35000e2ed40d30c4023bf Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期一, 24 十一月 2025 16:33:34 +0800
Subject: [PATCH] 修复离线时间展示
---
collect/src/main/resources/com/qianwen/mdc/collect/mapper/iotdb/AggregateStateMapper.xml | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/collect/src/main/resources/com/qianwen/mdc/collect/mapper/iotdb/AggregateStateMapper.xml b/collect/src/main/resources/com/qianwen/mdc/collect/mapper/iotdb/AggregateStateMapper.xml
index 06e881a..4777fb2 100644
--- a/collect/src/main/resources/com/qianwen/mdc/collect/mapper/iotdb/AggregateStateMapper.xml
+++ b/collect/src/main/resources/com/qianwen/mdc/collect/mapper/iotdb/AggregateStateMapper.xml
@@ -8,7 +8,7 @@
<result column="end_time" jdbcType="BIGINT" property="endTime"/>
<result column="duration_collect" jdbcType="BIGINT" property="durationCollect"/>
- <result column="value_collect" jdbcType="BIGINT" property="valueCollect"/>
+ <result column="value_collect" jdbcType="INTEGER" property="valueCollect"/>
<result column="calendar_code" jdbcType="VARCHAR" property="calendarCode"/>
@@ -20,7 +20,6 @@
<result column="shift_time_type" jdbcType="INTEGER" property="shiftTimeType"/>
<result column="wcs" jdbcType="INTEGER" property="wcs"/>
<result column="rps" jdbcType="INTEGER" property="rps"/>
- <result column="feedback_id" jdbcType="BIGINT" property="feedbackId"/>
<result column="is_deleted" jdbcType="BOOLEAN" property="isDeleted"/>
<result column="is_plan" jdbcType="BIGINT" property="isPlan"/>
@@ -28,7 +27,7 @@
</resultMap>
<sql id="all_columns">
- workstation_id,end_time,duration_collect,value_collect,calendar_code,factory_year,factory_month,factory_date,factory_week,shift_index,shift_time_type,wcs,rps,is_fix_point,is_sync,is_plan,feedback_point_type,feedback_id,is_deleted,employee_id
+ workstation_id,end_time,duration_collect,value_collect,calendar_code,factory_year,factory_month,factory_date,factory_week,shift_index,shift_time_type,wcs,rps,is_fix_point,is_sync,is_plan,feedback_point_type,is_deleted,employee_id
</sql>
<select id="aggregateStatesInTimeRange" resultMap="BaseResultMap">
--
Gitblit v1.9.3