更新一个字段映射错误

This commit is contained in:
panshuling321 2022-09-12 10:26:13 +08:00
parent ed07cb7a6e
commit 9d425130e3

View File

@ -9,7 +9,7 @@
<result column="fault_time" jdbcType="TIMESTAMP" property="faultTime" /> <result column="fault_time" jdbcType="TIMESTAMP" property="faultTime" />
<result column="device_type" jdbcType="VARCHAR" property="deviceType" /> <result column="device_type" jdbcType="VARCHAR" property="deviceType" />
<result column="serial_number" jdbcType="VARCHAR" property="serialNumber" /> <result column="serial_number" jdbcType="VARCHAR" property="serialNumber" />
<result column="station_id" javaType="BIGINT" property="stationId" /> <result column="station_id" jdbcType="BIGINT" property="stationId" />
<result column="reason" jdbcType="VARCHAR" property="reason" /> <result column="reason" jdbcType="VARCHAR" property="reason" />
<result column="disposal_method" jdbcType="VARCHAR" property="disposalMethod" /> <result column="disposal_method" jdbcType="VARCHAR" property="disposalMethod" />
<result column="status" jdbcType="SMALLINT" property="status" /> <result column="status" jdbcType="SMALLINT" property="status" />