修复代码错误

This commit is contained in:
wen 2021-12-29 14:48:45 +08:00
parent c1a257808a
commit 2f58a3a85a

View File

@ -15,7 +15,7 @@
<result column="charging_mode" jdbcType="VARCHAR" property="chargingMode"/>
<result column="charging_station_id" jdbcType="BIGINT" property="chargingStationId"/>
<result column="terminal_id" jdbcType="BIGINT" property="terminalId"/>
<result column="del_lock" jdbcType="TINYINT" property="delLock"/> <!--他自己生成的方法没加这个字段,用到了的时候在加-->
<result column="lock_flag" jdbcType="TINYINT" property="lockFlag"/> <!--他自己生成的方法没加这个字段,用到了的时候在加-->
<result column="del_flag" jdbcType="INTEGER" property="delFlag"/>
</resultMap>