509 lines
19 KiB
XML
509 lines
19 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
<mapper namespace="com.aiit.xiuos.dao.mappers.QjdqElectricMapper">
|
|
<resultMap id="BaseResultMap" type="com.aiit.xiuos.model.QjdqElectric">
|
|
<constructor>
|
|
<idArg column="id" javaType="java.lang.Integer" jdbcType="INTEGER" />
|
|
<arg column="electric2" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric3" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric4" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric5" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric6" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric7" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric8" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric9" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric10" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric11" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric12" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric13" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric14" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric15" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric16" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric17" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric18" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric19" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric20" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric21" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric22" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric23" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric24" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric25" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric26" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric27" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric28" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric29" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric30" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric31" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric32" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric33" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric34" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric35" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric36" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric37" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric38" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric39" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
<arg column="electric40" javaType="java.math.BigDecimal" jdbcType="NUMERIC" />
|
|
</constructor>
|
|
</resultMap>
|
|
<sql id="Base_Column_List">
|
|
id, electric2, electric3, electric4, electric5, electric6, electric7, electric8,
|
|
electric9, electric10, electric11, electric12, electric13, electric14, electric15,
|
|
electric16, electric17, electric18, electric19, electric20, electric21, electric22,
|
|
electric23, electric24, electric25, electric26, electric27, electric28, electric29,
|
|
electric30, electric31, electric32, electric33, electric34, electric35, electric36,
|
|
electric37, electric38, electric39, electric40
|
|
</sql>
|
|
<select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="BaseResultMap">
|
|
select
|
|
<include refid="Base_Column_List" />
|
|
from qjdq_electric
|
|
where id = #{id,jdbcType=INTEGER}
|
|
</select>
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.Integer">
|
|
delete from qjdq_electric
|
|
where id = #{id,jdbcType=INTEGER}
|
|
</delete>
|
|
<insert id="insert" parameterType="com.aiit.xiuos.model.QjdqElectric">
|
|
insert into qjdq_electric (id, electric2, electric3,
|
|
electric4, electric5, electric6,
|
|
electric7, electric8, electric9,
|
|
electric10, electric11, electric12,
|
|
electric13, electric14, electric15,
|
|
electric16, electric17, electric18,
|
|
electric19, electric20, electric21,
|
|
electric22, electric23, electric24,
|
|
electric25, electric26, electric27,
|
|
electric28, electric29, electric30,
|
|
electric31, electric32, electric33,
|
|
electric34, electric35, electric36,
|
|
electric37, electric38, electric39,
|
|
electric40)
|
|
values (#{id,jdbcType=INTEGER}, #{electric2,jdbcType=NUMERIC}, #{electric3,jdbcType=NUMERIC},
|
|
#{electric4,jdbcType=NUMERIC}, #{electric5,jdbcType=NUMERIC}, #{electric6,jdbcType=NUMERIC},
|
|
#{electric7,jdbcType=NUMERIC}, #{electric8,jdbcType=NUMERIC}, #{electric9,jdbcType=NUMERIC},
|
|
#{electric10,jdbcType=NUMERIC}, #{electric11,jdbcType=NUMERIC}, #{electric12,jdbcType=NUMERIC},
|
|
#{electric13,jdbcType=NUMERIC}, #{electric14,jdbcType=NUMERIC}, #{electric15,jdbcType=NUMERIC},
|
|
#{electric16,jdbcType=NUMERIC}, #{electric17,jdbcType=NUMERIC}, #{electric18,jdbcType=NUMERIC},
|
|
#{electric19,jdbcType=NUMERIC}, #{electric20,jdbcType=NUMERIC}, #{electric21,jdbcType=NUMERIC},
|
|
#{electric22,jdbcType=NUMERIC}, #{electric23,jdbcType=NUMERIC}, #{electric24,jdbcType=NUMERIC},
|
|
#{electric25,jdbcType=NUMERIC}, #{electric26,jdbcType=NUMERIC}, #{electric27,jdbcType=NUMERIC},
|
|
#{electric28,jdbcType=NUMERIC}, #{electric29,jdbcType=NUMERIC}, #{electric30,jdbcType=NUMERIC},
|
|
#{electric31,jdbcType=NUMERIC}, #{electric32,jdbcType=NUMERIC}, #{electric33,jdbcType=NUMERIC},
|
|
#{electric34,jdbcType=NUMERIC}, #{electric35,jdbcType=NUMERIC}, #{electric36,jdbcType=NUMERIC},
|
|
#{electric37,jdbcType=NUMERIC}, #{electric38,jdbcType=NUMERIC}, #{electric39,jdbcType=NUMERIC},
|
|
#{electric40,jdbcType=NUMERIC})
|
|
</insert>
|
|
<insert id="insertSelective" parameterType="com.aiit.xiuos.model.QjdqElectric">
|
|
insert into qjdq_electric
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
<if test="id != null">
|
|
id,
|
|
</if>
|
|
<if test="electric2 != null">
|
|
electric2,
|
|
</if>
|
|
<if test="electric3 != null">
|
|
electric3,
|
|
</if>
|
|
<if test="electric4 != null">
|
|
electric4,
|
|
</if>
|
|
<if test="electric5 != null">
|
|
electric5,
|
|
</if>
|
|
<if test="electric6 != null">
|
|
electric6,
|
|
</if>
|
|
<if test="electric7 != null">
|
|
electric7,
|
|
</if>
|
|
<if test="electric8 != null">
|
|
electric8,
|
|
</if>
|
|
<if test="electric9 != null">
|
|
electric9,
|
|
</if>
|
|
<if test="electric10 != null">
|
|
electric10,
|
|
</if>
|
|
<if test="electric11 != null">
|
|
electric11,
|
|
</if>
|
|
<if test="electric12 != null">
|
|
electric12,
|
|
</if>
|
|
<if test="electric13 != null">
|
|
electric13,
|
|
</if>
|
|
<if test="electric14 != null">
|
|
electric14,
|
|
</if>
|
|
<if test="electric15 != null">
|
|
electric15,
|
|
</if>
|
|
<if test="electric16 != null">
|
|
electric16,
|
|
</if>
|
|
<if test="electric17 != null">
|
|
electric17,
|
|
</if>
|
|
<if test="electric18 != null">
|
|
electric18,
|
|
</if>
|
|
<if test="electric19 != null">
|
|
electric19,
|
|
</if>
|
|
<if test="electric20 != null">
|
|
electric20,
|
|
</if>
|
|
<if test="electric21 != null">
|
|
electric21,
|
|
</if>
|
|
<if test="electric22 != null">
|
|
electric22,
|
|
</if>
|
|
<if test="electric23 != null">
|
|
electric23,
|
|
</if>
|
|
<if test="electric24 != null">
|
|
electric24,
|
|
</if>
|
|
<if test="electric25 != null">
|
|
electric25,
|
|
</if>
|
|
<if test="electric26 != null">
|
|
electric26,
|
|
</if>
|
|
<if test="electric27 != null">
|
|
electric27,
|
|
</if>
|
|
<if test="electric28 != null">
|
|
electric28,
|
|
</if>
|
|
<if test="electric29 != null">
|
|
electric29,
|
|
</if>
|
|
<if test="electric30 != null">
|
|
electric30,
|
|
</if>
|
|
<if test="electric31 != null">
|
|
electric31,
|
|
</if>
|
|
<if test="electric32 != null">
|
|
electric32,
|
|
</if>
|
|
<if test="electric33 != null">
|
|
electric33,
|
|
</if>
|
|
<if test="electric34 != null">
|
|
electric34,
|
|
</if>
|
|
<if test="electric35 != null">
|
|
electric35,
|
|
</if>
|
|
<if test="electric36 != null">
|
|
electric36,
|
|
</if>
|
|
<if test="electric37 != null">
|
|
electric37,
|
|
</if>
|
|
<if test="electric38 != null">
|
|
electric38,
|
|
</if>
|
|
<if test="electric39 != null">
|
|
electric39,
|
|
</if>
|
|
<if test="electric40 != null">
|
|
electric40,
|
|
</if>
|
|
</trim>
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<if test="id != null">
|
|
#{id,jdbcType=INTEGER},
|
|
</if>
|
|
<if test="electric2 != null">
|
|
#{electric2,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric3 != null">
|
|
#{electric3,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric4 != null">
|
|
#{electric4,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric5 != null">
|
|
#{electric5,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric6 != null">
|
|
#{electric6,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric7 != null">
|
|
#{electric7,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric8 != null">
|
|
#{electric8,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric9 != null">
|
|
#{electric9,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric10 != null">
|
|
#{electric10,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric11 != null">
|
|
#{electric11,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric12 != null">
|
|
#{electric12,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric13 != null">
|
|
#{electric13,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric14 != null">
|
|
#{electric14,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric15 != null">
|
|
#{electric15,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric16 != null">
|
|
#{electric16,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric17 != null">
|
|
#{electric17,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric18 != null">
|
|
#{electric18,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric19 != null">
|
|
#{electric19,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric20 != null">
|
|
#{electric20,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric21 != null">
|
|
#{electric21,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric22 != null">
|
|
#{electric22,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric23 != null">
|
|
#{electric23,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric24 != null">
|
|
#{electric24,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric25 != null">
|
|
#{electric25,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric26 != null">
|
|
#{electric26,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric27 != null">
|
|
#{electric27,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric28 != null">
|
|
#{electric28,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric29 != null">
|
|
#{electric29,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric30 != null">
|
|
#{electric30,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric31 != null">
|
|
#{electric31,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric32 != null">
|
|
#{electric32,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric33 != null">
|
|
#{electric33,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric34 != null">
|
|
#{electric34,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric35 != null">
|
|
#{electric35,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric36 != null">
|
|
#{electric36,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric37 != null">
|
|
#{electric37,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric38 != null">
|
|
#{electric38,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric39 != null">
|
|
#{electric39,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric40 != null">
|
|
#{electric40,jdbcType=NUMERIC},
|
|
</if>
|
|
</trim>
|
|
</insert>
|
|
<update id="updateByPrimaryKeySelective" parameterType="com.aiit.xiuos.model.QjdqElectric">
|
|
update qjdq_electric
|
|
<set>
|
|
<if test="electric2 != null">
|
|
electric2 = #{electric2,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric3 != null">
|
|
electric3 = #{electric3,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric4 != null">
|
|
electric4 = #{electric4,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric5 != null">
|
|
electric5 = #{electric5,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric6 != null">
|
|
electric6 = #{electric6,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric7 != null">
|
|
electric7 = #{electric7,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric8 != null">
|
|
electric8 = #{electric8,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric9 != null">
|
|
electric9 = #{electric9,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric10 != null">
|
|
electric10 = #{electric10,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric11 != null">
|
|
electric11 = #{electric11,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric12 != null">
|
|
electric12 = #{electric12,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric13 != null">
|
|
electric13 = #{electric13,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric14 != null">
|
|
electric14 = #{electric14,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric15 != null">
|
|
electric15 = #{electric15,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric16 != null">
|
|
electric16 = #{electric16,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric17 != null">
|
|
electric17 = #{electric17,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric18 != null">
|
|
electric18 = #{electric18,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric19 != null">
|
|
electric19 = #{electric19,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric20 != null">
|
|
electric20 = #{electric20,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric21 != null">
|
|
electric21 = #{electric21,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric22 != null">
|
|
electric22 = #{electric22,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric23 != null">
|
|
electric23 = #{electric23,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric24 != null">
|
|
electric24 = #{electric24,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric25 != null">
|
|
electric25 = #{electric25,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric26 != null">
|
|
electric26 = #{electric26,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric27 != null">
|
|
electric27 = #{electric27,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric28 != null">
|
|
electric28 = #{electric28,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric29 != null">
|
|
electric29 = #{electric29,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric30 != null">
|
|
electric30 = #{electric30,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric31 != null">
|
|
electric31 = #{electric31,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric32 != null">
|
|
electric32 = #{electric32,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric33 != null">
|
|
electric33 = #{electric33,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric34 != null">
|
|
electric34 = #{electric34,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric35 != null">
|
|
electric35 = #{electric35,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric36 != null">
|
|
electric36 = #{electric36,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric37 != null">
|
|
electric37 = #{electric37,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric38 != null">
|
|
electric38 = #{electric38,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric39 != null">
|
|
electric39 = #{electric39,jdbcType=NUMERIC},
|
|
</if>
|
|
<if test="electric40 != null">
|
|
electric40 = #{electric40,jdbcType=NUMERIC},
|
|
</if>
|
|
</set>
|
|
where id = #{id,jdbcType=INTEGER}
|
|
</update>
|
|
<update id="updateByPrimaryKey" parameterType="com.aiit.xiuos.model.QjdqElectric">
|
|
update qjdq_electric
|
|
set electric2 = #{electric2,jdbcType=NUMERIC},
|
|
electric3 = #{electric3,jdbcType=NUMERIC},
|
|
electric4 = #{electric4,jdbcType=NUMERIC},
|
|
electric5 = #{electric5,jdbcType=NUMERIC},
|
|
electric6 = #{electric6,jdbcType=NUMERIC},
|
|
electric7 = #{electric7,jdbcType=NUMERIC},
|
|
electric8 = #{electric8,jdbcType=NUMERIC},
|
|
electric9 = #{electric9,jdbcType=NUMERIC},
|
|
electric10 = #{electric10,jdbcType=NUMERIC},
|
|
electric11 = #{electric11,jdbcType=NUMERIC},
|
|
electric12 = #{electric12,jdbcType=NUMERIC},
|
|
electric13 = #{electric13,jdbcType=NUMERIC},
|
|
electric14 = #{electric14,jdbcType=NUMERIC},
|
|
electric15 = #{electric15,jdbcType=NUMERIC},
|
|
electric16 = #{electric16,jdbcType=NUMERIC},
|
|
electric17 = #{electric17,jdbcType=NUMERIC},
|
|
electric18 = #{electric18,jdbcType=NUMERIC},
|
|
electric19 = #{electric19,jdbcType=NUMERIC},
|
|
electric20 = #{electric20,jdbcType=NUMERIC},
|
|
electric21 = #{electric21,jdbcType=NUMERIC},
|
|
electric22 = #{electric22,jdbcType=NUMERIC},
|
|
electric23 = #{electric23,jdbcType=NUMERIC},
|
|
electric24 = #{electric24,jdbcType=NUMERIC},
|
|
electric25 = #{electric25,jdbcType=NUMERIC},
|
|
electric26 = #{electric26,jdbcType=NUMERIC},
|
|
electric27 = #{electric27,jdbcType=NUMERIC},
|
|
electric28 = #{electric28,jdbcType=NUMERIC},
|
|
electric29 = #{electric29,jdbcType=NUMERIC},
|
|
electric30 = #{electric30,jdbcType=NUMERIC},
|
|
electric31 = #{electric31,jdbcType=NUMERIC},
|
|
electric32 = #{electric32,jdbcType=NUMERIC},
|
|
electric33 = #{electric33,jdbcType=NUMERIC},
|
|
electric34 = #{electric34,jdbcType=NUMERIC},
|
|
electric35 = #{electric35,jdbcType=NUMERIC},
|
|
electric36 = #{electric36,jdbcType=NUMERIC},
|
|
electric37 = #{electric37,jdbcType=NUMERIC},
|
|
electric38 = #{electric38,jdbcType=NUMERIC},
|
|
electric39 = #{electric39,jdbcType=NUMERIC},
|
|
electric40 = #{electric40,jdbcType=NUMERIC}
|
|
where id = #{id,jdbcType=INTEGER}
|
|
</update>
|
|
</mapper> |