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 @@
-