From bcced537559e6d13c18a2081df2fd4290318ca8b Mon Sep 17 00:00:00 2001 From: panshuling321 Date: Fri, 14 Jan 2022 10:11:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9mapper=E7=9A=84xml=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/XhpcWorkOrderMapper.xml | 8 ++++---- .../src/main/resources/mapper/XhpcWorkStationMapper.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xhpc-modules/xhpc-workorder/src/main/resources/mapper/XhpcWorkOrderMapper.xml b/xhpc-modules/xhpc-workorder/src/main/resources/mapper/XhpcWorkOrderMapper.xml index 2dece869..3f01799f 100644 --- a/xhpc-modules/xhpc-workorder/src/main/resources/mapper/XhpcWorkOrderMapper.xml +++ b/xhpc-modules/xhpc-workorder/src/main/resources/mapper/XhpcWorkOrderMapper.xml @@ -82,7 +82,7 @@ `status`, del_flag, tenant_id, create_time, create_by, update_time, update_by) - values (#{type,jdbcType=SMALLINT}, #{title,jdbcType=VARCHAR}, #{content,jdbcType=VARCHAR}, #{faultTime, jdbc=TIMESTAMP} + values (#{type,jdbcType=SMALLINT}, #{title,jdbcType=VARCHAR}, #{content,jdbcType=VARCHAR}, #{faultTime, jdbcType=TIMESTAMP} #{deviceType,jdbcType=VARCHAR}, #{serialNumber,jdbcType=VARCHAR}, #{deptId,jdbcType=BIGINT}, #{userId,jdbcType=BIGINT}, #{reason,jdbcType=VARCHAR}, #{disposalMethod,jdbcType=VARCHAR}, #{status,jdbcType=SMALLINT}, 0, #{tenantId,jdbcType=VARCHAR}, @@ -149,7 +149,7 @@ #{content,jdbcType=VARCHAR}, - #{faultTime, jdbc=TIMESTAMP}, + #{faultTime, jdbcType=TIMESTAMP}, #{deviceType,jdbcType=VARCHAR}, @@ -199,7 +199,7 @@ content = #{content,jdbcType=VARCHAR}, - fault_time = #{faultTime, jdbc=TIMESTAMP}, + fault_time = #{faultTime, jdbcType=TIMESTAMP}, device_type = #{deviceType,jdbcType=VARCHAR}, @@ -237,7 +237,7 @@ set `type` = #{type,jdbcType=SMALLINT}, title = #{title,jdbcType=VARCHAR}, content = #{content,jdbcType=VARCHAR}, - fault_time = #{faultTime, jdbc=TIMESTAMP}, + fault_time = #{faultTime, jdbcType=TIMESTAMP}, device_type = #{deviceType,jdbcType=VARCHAR}, serial_number = #{serialNumber,jdbcType=VARCHAR}, dept_id = #{deptId,jdbcType=BIGINT}, diff --git a/xhpc-modules/xhpc-workorder/src/main/resources/mapper/XhpcWorkStationMapper.xml b/xhpc-modules/xhpc-workorder/src/main/resources/mapper/XhpcWorkStationMapper.xml index d0a5435e..e3acb4fd 100644 --- a/xhpc-modules/xhpc-workorder/src/main/resources/mapper/XhpcWorkStationMapper.xml +++ b/xhpc-modules/xhpc-workorder/src/main/resources/mapper/XhpcWorkStationMapper.xml @@ -39,7 +39,7 @@ - select from xhpc_work_station