|
@@ -57,13 +57,6 @@
|
|
|
agency, reform_date, install_date, inner_floor
|
|
|
</sql>
|
|
|
|
|
|
- <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Long" >
|
|
|
- select
|
|
|
- <include refid="Base_Column_List" />
|
|
|
- from lift
|
|
|
- where id = #{id,jdbcType=BIGINT}
|
|
|
- </select>
|
|
|
-
|
|
|
<!-- 根据区域,项目,电梯号,电梯品牌,电梯类型,维保工查询电梯列表信息-->
|
|
|
<select id="findByCondition" resultType="cn.com.ty.lift.manager.library.dao.entity.model.LiftResponse" parameterType="cn.com.ty.lift.manager.library.dao.entity.model.LiftRequest" >
|
|
|
SELECT
|
|
@@ -82,488 +75,4 @@
|
|
|
</if>
|
|
|
</select>
|
|
|
|
|
|
- <delete id="deleteByPrimaryKey" parameterType="java.lang.Long" >
|
|
|
- delete from lift
|
|
|
- where id = #{id,jdbcType=BIGINT}
|
|
|
- </delete>
|
|
|
-
|
|
|
- <insert id="insert" parameterType="cn.com.ty.lift.manager.library.dao.entity.Lift" >
|
|
|
- insert into lift (id, registration_code, category,
|
|
|
- lift_type, lift_code, manufacture_date,
|
|
|
- factory_code, device_usage, lift_brand,
|
|
|
- install_company, lift_model, pulley_diameter,
|
|
|
- rope_num, lock_model, rated_load,
|
|
|
- promote_height, step_width, sidewalk_length,
|
|
|
- tilt_angle, motor_power, rated_speed,
|
|
|
- layer_station_door, clamp_type, reform_company,
|
|
|
- device_position, coordinate, remarks,
|
|
|
- creator_id, create_date, steel_belt,
|
|
|
- cylinder_type, cylinder_num, top_type,
|
|
|
- control_type, mpa, factory,
|
|
|
- custom_number, use_company_code, device_position_code,
|
|
|
- agency, reform_date, install_date,
|
|
|
- inner_floor)
|
|
|
- values (#{id,jdbcType=BIGINT}, #{registrationCode,jdbcType=VARCHAR}, #{category,jdbcType=TINYINT},
|
|
|
- #{liftType,jdbcType=INTEGER}, #{liftCode,jdbcType=CHAR}, #{manufactureDate,jdbcType=DATE},
|
|
|
- #{factoryCode,jdbcType=VARCHAR}, #{deviceUsage,jdbcType=TINYINT}, #{liftBrand,jdbcType=VARCHAR},
|
|
|
- #{installCompany,jdbcType=VARCHAR}, #{liftModel,jdbcType=VARCHAR}, #{pulleyDiameter,jdbcType=DECIMAL},
|
|
|
- #{ropeNum,jdbcType=INTEGER}, #{lockModel,jdbcType=VARCHAR}, #{ratedLoad,jdbcType=INTEGER},
|
|
|
- #{promoteHeight,jdbcType=DECIMAL}, #{stepWidth,jdbcType=DECIMAL}, #{sidewalkLength,jdbcType=DECIMAL},
|
|
|
- #{tiltAngle,jdbcType=DECIMAL}, #{motorPower,jdbcType=DECIMAL}, #{ratedSpeed,jdbcType=DECIMAL},
|
|
|
- #{layerStationDoor,jdbcType=VARCHAR}, #{clampType,jdbcType=TINYINT}, #{reformCompany,jdbcType=VARCHAR},
|
|
|
- #{devicePosition,jdbcType=VARCHAR}, #{coordinate,jdbcType=VARCHAR}, #{remarks,jdbcType=VARCHAR},
|
|
|
- #{creatorId,jdbcType=BIGINT}, #{createDate,jdbcType=TIMESTAMP}, #{steelBelt,jdbcType=INTEGER},
|
|
|
- #{cylinderType,jdbcType=VARCHAR}, #{cylinderNum,jdbcType=INTEGER}, #{topType,jdbcType=TINYINT},
|
|
|
- #{controlType,jdbcType=VARCHAR}, #{mpa,jdbcType=INTEGER}, #{factory,jdbcType=VARCHAR},
|
|
|
- #{customNumber,jdbcType=VARCHAR}, #{useCompanyCode,jdbcType=VARCHAR}, #{devicePositionCode,jdbcType=CHAR},
|
|
|
- #{agency,jdbcType=VARCHAR}, #{reformDate,jdbcType=TIMESTAMP}, #{installDate,jdbcType=TIMESTAMP},
|
|
|
- #{innerFloor,jdbcType=TINYINT})
|
|
|
- </insert>
|
|
|
-
|
|
|
- <insert id="insertSelective" keyProperty="id" parameterType="cn.com.ty.lift.manager.library.dao.entity.Lift" >
|
|
|
- insert into lift
|
|
|
- <trim prefix="(" suffix=")" suffixOverrides="," >
|
|
|
- <if test="id != null" >
|
|
|
- id,
|
|
|
- </if>
|
|
|
- <if test="registrationCode != null" >
|
|
|
- registration_code,
|
|
|
- </if>
|
|
|
- <if test="category != null" >
|
|
|
- category,
|
|
|
- </if>
|
|
|
- <if test="liftType != null" >
|
|
|
- lift_type,
|
|
|
- </if>
|
|
|
- <if test="liftCode != null" >
|
|
|
- lift_code,
|
|
|
- </if>
|
|
|
- <if test="manufactureDate != null" >
|
|
|
- manufacture_date,
|
|
|
- </if>
|
|
|
- <if test="factoryCode != null" >
|
|
|
- factory_code,
|
|
|
- </if>
|
|
|
- <if test="deviceUsage != null" >
|
|
|
- device_usage,
|
|
|
- </if>
|
|
|
- <if test="liftBrand != null" >
|
|
|
- lift_brand,
|
|
|
- </if>
|
|
|
- <if test="installCompany != null" >
|
|
|
- install_company,
|
|
|
- </if>
|
|
|
- <if test="liftModel != null" >
|
|
|
- lift_model,
|
|
|
- </if>
|
|
|
- <if test="pulleyDiameter != null" >
|
|
|
- pulley_diameter,
|
|
|
- </if>
|
|
|
- <if test="ropeNum != null" >
|
|
|
- rope_num,
|
|
|
- </if>
|
|
|
- <if test="lockModel != null" >
|
|
|
- lock_model,
|
|
|
- </if>
|
|
|
- <if test="ratedLoad != null" >
|
|
|
- rated_load,
|
|
|
- </if>
|
|
|
- <if test="promoteHeight != null" >
|
|
|
- promote_height,
|
|
|
- </if>
|
|
|
- <if test="stepWidth != null" >
|
|
|
- step_width,
|
|
|
- </if>
|
|
|
- <if test="sidewalkLength != null" >
|
|
|
- sidewalk_length,
|
|
|
- </if>
|
|
|
- <if test="tiltAngle != null" >
|
|
|
- tilt_angle,
|
|
|
- </if>
|
|
|
- <if test="motorPower != null" >
|
|
|
- motor_power,
|
|
|
- </if>
|
|
|
- <if test="ratedSpeed != null" >
|
|
|
- rated_speed,
|
|
|
- </if>
|
|
|
- <if test="layerStationDoor != null" >
|
|
|
- layer_station_door,
|
|
|
- </if>
|
|
|
- <if test="clampType != null" >
|
|
|
- clamp_type,
|
|
|
- </if>
|
|
|
- <if test="reformCompany != null" >
|
|
|
- reform_company,
|
|
|
- </if>
|
|
|
- <if test="devicePosition != null" >
|
|
|
- device_position,
|
|
|
- </if>
|
|
|
- <if test="coordinate != null" >
|
|
|
- coordinate,
|
|
|
- </if>
|
|
|
- <if test="remarks != null" >
|
|
|
- remarks,
|
|
|
- </if>
|
|
|
- <if test="creatorId != null" >
|
|
|
- creator_id,
|
|
|
- </if>
|
|
|
- <if test="createDate != null" >
|
|
|
- create_date,
|
|
|
- </if>
|
|
|
- <if test="steelBelt != null" >
|
|
|
- steel_belt,
|
|
|
- </if>
|
|
|
- <if test="cylinderType != null" >
|
|
|
- cylinder_type,
|
|
|
- </if>
|
|
|
- <if test="cylinderNum != null" >
|
|
|
- cylinder_num,
|
|
|
- </if>
|
|
|
- <if test="topType != null" >
|
|
|
- top_type,
|
|
|
- </if>
|
|
|
- <if test="controlType != null" >
|
|
|
- control_type,
|
|
|
- </if>
|
|
|
- <if test="mpa != null" >
|
|
|
- mpa,
|
|
|
- </if>
|
|
|
- <if test="factory != null" >
|
|
|
- factory,
|
|
|
- </if>
|
|
|
- <if test="customNumber != null" >
|
|
|
- custom_number,
|
|
|
- </if>
|
|
|
- <if test="useCompanyCode != null" >
|
|
|
- use_company_code,
|
|
|
- </if>
|
|
|
- <if test="devicePositionCode != null" >
|
|
|
- device_position_code,
|
|
|
- </if>
|
|
|
- <if test="agency != null" >
|
|
|
- agency,
|
|
|
- </if>
|
|
|
- <if test="reformDate != null" >
|
|
|
- reform_date,
|
|
|
- </if>
|
|
|
- <if test="installDate != null" >
|
|
|
- install_date,
|
|
|
- </if>
|
|
|
- <if test="innerFloor != null" >
|
|
|
- inner_floor,
|
|
|
- </if>
|
|
|
- </trim>
|
|
|
- <trim prefix="values (" suffix=")" suffixOverrides="," >
|
|
|
- <if test="id != null" >
|
|
|
- #{id,jdbcType=BIGINT},
|
|
|
- </if>
|
|
|
- <if test="registrationCode != null" >
|
|
|
- #{registrationCode,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="category != null" >
|
|
|
- #{category,jdbcType=TINYINT},
|
|
|
- </if>
|
|
|
- <if test="liftType != null" >
|
|
|
- #{liftType,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="liftCode != null" >
|
|
|
- #{liftCode,jdbcType=CHAR},
|
|
|
- </if>
|
|
|
- <if test="manufactureDate != null" >
|
|
|
- #{manufactureDate,jdbcType=DATE},
|
|
|
- </if>
|
|
|
- <if test="factoryCode != null" >
|
|
|
- #{factoryCode,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="deviceUsage != null" >
|
|
|
- #{deviceUsage,jdbcType=TINYINT},
|
|
|
- </if>
|
|
|
- <if test="liftBrand != null" >
|
|
|
- #{liftBrand,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="installCompany != null" >
|
|
|
- #{installCompany,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="liftModel != null" >
|
|
|
- #{liftModel,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="pulleyDiameter != null" >
|
|
|
- #{pulleyDiameter,jdbcType=DECIMAL},
|
|
|
- </if>
|
|
|
- <if test="ropeNum != null" >
|
|
|
- #{ropeNum,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="lockModel != null" >
|
|
|
- #{lockModel,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="ratedLoad != null" >
|
|
|
- #{ratedLoad,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="promoteHeight != null" >
|
|
|
- #{promoteHeight,jdbcType=DECIMAL},
|
|
|
- </if>
|
|
|
- <if test="stepWidth != null" >
|
|
|
- #{stepWidth,jdbcType=DECIMAL},
|
|
|
- </if>
|
|
|
- <if test="sidewalkLength != null" >
|
|
|
- #{sidewalkLength,jdbcType=DECIMAL},
|
|
|
- </if>
|
|
|
- <if test="tiltAngle != null" >
|
|
|
- #{tiltAngle,jdbcType=DECIMAL},
|
|
|
- </if>
|
|
|
- <if test="motorPower != null" >
|
|
|
- #{motorPower,jdbcType=DECIMAL},
|
|
|
- </if>
|
|
|
- <if test="ratedSpeed != null" >
|
|
|
- #{ratedSpeed,jdbcType=DECIMAL},
|
|
|
- </if>
|
|
|
- <if test="layerStationDoor != null" >
|
|
|
- #{layerStationDoor,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="clampType != null" >
|
|
|
- #{clampType,jdbcType=TINYINT},
|
|
|
- </if>
|
|
|
- <if test="reformCompany != null" >
|
|
|
- #{reformCompany,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="devicePosition != null" >
|
|
|
- #{devicePosition,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="coordinate != null" >
|
|
|
- #{coordinate,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="remarks != null" >
|
|
|
- #{remarks,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="creatorId != null" >
|
|
|
- #{creatorId,jdbcType=BIGINT},
|
|
|
- </if>
|
|
|
- <if test="createDate != null" >
|
|
|
- #{createDate,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="steelBelt != null" >
|
|
|
- #{steelBelt,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="cylinderType != null" >
|
|
|
- #{cylinderType,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="cylinderNum != null" >
|
|
|
- #{cylinderNum,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="topType != null" >
|
|
|
- #{topType,jdbcType=TINYINT},
|
|
|
- </if>
|
|
|
- <if test="controlType != null" >
|
|
|
- #{controlType,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="mpa != null" >
|
|
|
- #{mpa,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="factory != null" >
|
|
|
- #{factory,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="customNumber != null" >
|
|
|
- #{customNumber,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="useCompanyCode != null" >
|
|
|
- #{useCompanyCode,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="devicePositionCode != null" >
|
|
|
- #{devicePositionCode,jdbcType=CHAR},
|
|
|
- </if>
|
|
|
- <if test="agency != null" >
|
|
|
- #{agency,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="reformDate != null" >
|
|
|
- #{reformDate,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="installDate != null" >
|
|
|
- #{installDate,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="innerFloor != null" >
|
|
|
- #{innerFloor,jdbcType=TINYINT},
|
|
|
- </if>
|
|
|
- </trim>
|
|
|
- </insert>
|
|
|
-
|
|
|
- <update id="updateByPrimaryKeySelective" parameterType="cn.com.ty.lift.manager.library.dao.entity.Lift" >
|
|
|
- update lift
|
|
|
- <set >
|
|
|
- <if test="registrationCode != null" >
|
|
|
- registration_code = #{registrationCode,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="category != null" >
|
|
|
- category = #{category,jdbcType=TINYINT},
|
|
|
- </if>
|
|
|
- <if test="liftType != null" >
|
|
|
- lift_type = #{liftType,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="liftCode != null" >
|
|
|
- lift_code = #{liftCode,jdbcType=CHAR},
|
|
|
- </if>
|
|
|
- <if test="manufactureDate != null" >
|
|
|
- manufacture_date = #{manufactureDate,jdbcType=DATE},
|
|
|
- </if>
|
|
|
- <if test="factoryCode != null" >
|
|
|
- factory_code = #{factoryCode,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="deviceUsage != null" >
|
|
|
- device_usage = #{deviceUsage,jdbcType=TINYINT},
|
|
|
- </if>
|
|
|
- <if test="liftBrand != null" >
|
|
|
- lift_brand = #{liftBrand,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="installCompany != null" >
|
|
|
- install_company = #{installCompany,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="liftModel != null" >
|
|
|
- lift_model = #{liftModel,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="pulleyDiameter != null" >
|
|
|
- pulley_diameter = #{pulleyDiameter,jdbcType=DECIMAL},
|
|
|
- </if>
|
|
|
- <if test="ropeNum != null" >
|
|
|
- rope_num = #{ropeNum,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="lockModel != null" >
|
|
|
- lock_model = #{lockModel,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="ratedLoad != null" >
|
|
|
- rated_load = #{ratedLoad,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="promoteHeight != null" >
|
|
|
- promote_height = #{promoteHeight,jdbcType=DECIMAL},
|
|
|
- </if>
|
|
|
- <if test="stepWidth != null" >
|
|
|
- step_width = #{stepWidth,jdbcType=DECIMAL},
|
|
|
- </if>
|
|
|
- <if test="sidewalkLength != null" >
|
|
|
- sidewalk_length = #{sidewalkLength,jdbcType=DECIMAL},
|
|
|
- </if>
|
|
|
- <if test="tiltAngle != null" >
|
|
|
- tilt_angle = #{tiltAngle,jdbcType=DECIMAL},
|
|
|
- </if>
|
|
|
- <if test="motorPower != null" >
|
|
|
- motor_power = #{motorPower,jdbcType=DECIMAL},
|
|
|
- </if>
|
|
|
- <if test="ratedSpeed != null" >
|
|
|
- rated_speed = #{ratedSpeed,jdbcType=DECIMAL},
|
|
|
- </if>
|
|
|
- <if test="layerStationDoor != null" >
|
|
|
- layer_station_door = #{layerStationDoor,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="clampType != null" >
|
|
|
- clamp_type = #{clampType,jdbcType=TINYINT},
|
|
|
- </if>
|
|
|
- <if test="reformCompany != null" >
|
|
|
- reform_company = #{reformCompany,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="devicePosition != null" >
|
|
|
- device_position = #{devicePosition,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="coordinate != null" >
|
|
|
- coordinate = #{coordinate,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="remarks != null" >
|
|
|
- remarks = #{remarks,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="creatorId != null" >
|
|
|
- creator_id = #{creatorId,jdbcType=BIGINT},
|
|
|
- </if>
|
|
|
- <if test="createDate != null" >
|
|
|
- create_date = #{createDate,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="steelBelt != null" >
|
|
|
- steel_belt = #{steelBelt,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="cylinderType != null" >
|
|
|
- cylinder_type = #{cylinderType,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="cylinderNum != null" >
|
|
|
- cylinder_num = #{cylinderNum,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="topType != null" >
|
|
|
- top_type = #{topType,jdbcType=TINYINT},
|
|
|
- </if>
|
|
|
- <if test="controlType != null" >
|
|
|
- control_type = #{controlType,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="mpa != null" >
|
|
|
- mpa = #{mpa,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="factory != null" >
|
|
|
- factory = #{factory,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="customNumber != null" >
|
|
|
- custom_number = #{customNumber,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="useCompanyCode != null" >
|
|
|
- use_company_code = #{useCompanyCode,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="devicePositionCode != null" >
|
|
|
- device_position_code = #{devicePositionCode,jdbcType=CHAR},
|
|
|
- </if>
|
|
|
- <if test="agency != null" >
|
|
|
- agency = #{agency,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="reformDate != null" >
|
|
|
- reform_date = #{reformDate,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="installDate != null" >
|
|
|
- install_date = #{installDate,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="innerFloor != null" >
|
|
|
- inner_floor = #{innerFloor,jdbcType=TINYINT},
|
|
|
- </if>
|
|
|
- </set>
|
|
|
- where id = #{id,jdbcType=BIGINT}
|
|
|
- </update>
|
|
|
-
|
|
|
- <update id="updateByPrimaryKey" parameterType="cn.com.ty.lift.manager.library.dao.entity.Lift" >
|
|
|
- update lift
|
|
|
- set registration_code = #{registrationCode,jdbcType=VARCHAR},
|
|
|
- category = #{category,jdbcType=TINYINT},
|
|
|
- lift_type = #{liftType,jdbcType=INTEGER},
|
|
|
- lift_code = #{liftCode,jdbcType=CHAR},
|
|
|
- manufacture_date = #{manufactureDate,jdbcType=DATE},
|
|
|
- factory_code = #{factoryCode,jdbcType=VARCHAR},
|
|
|
- device_usage = #{deviceUsage,jdbcType=TINYINT},
|
|
|
- lift_brand = #{liftBrand,jdbcType=VARCHAR},
|
|
|
- install_company = #{installCompany,jdbcType=VARCHAR},
|
|
|
- lift_model = #{liftModel,jdbcType=VARCHAR},
|
|
|
- pulley_diameter = #{pulleyDiameter,jdbcType=DECIMAL},
|
|
|
- rope_num = #{ropeNum,jdbcType=INTEGER},
|
|
|
- lock_model = #{lockModel,jdbcType=VARCHAR},
|
|
|
- rated_load = #{ratedLoad,jdbcType=INTEGER},
|
|
|
- promote_height = #{promoteHeight,jdbcType=DECIMAL},
|
|
|
- step_width = #{stepWidth,jdbcType=DECIMAL},
|
|
|
- sidewalk_length = #{sidewalkLength,jdbcType=DECIMAL},
|
|
|
- tilt_angle = #{tiltAngle,jdbcType=DECIMAL},
|
|
|
- motor_power = #{motorPower,jdbcType=DECIMAL},
|
|
|
- rated_speed = #{ratedSpeed,jdbcType=DECIMAL},
|
|
|
- layer_station_door = #{layerStationDoor,jdbcType=VARCHAR},
|
|
|
- clamp_type = #{clampType,jdbcType=TINYINT},
|
|
|
- reform_company = #{reformCompany,jdbcType=VARCHAR},
|
|
|
- device_position = #{devicePosition,jdbcType=VARCHAR},
|
|
|
- coordinate = #{coordinate,jdbcType=VARCHAR},
|
|
|
- remarks = #{remarks,jdbcType=VARCHAR},
|
|
|
- creator_id = #{creatorId,jdbcType=BIGINT},
|
|
|
- create_date = #{createDate,jdbcType=TIMESTAMP},
|
|
|
- steel_belt = #{steelBelt,jdbcType=INTEGER},
|
|
|
- cylinder_type = #{cylinderType,jdbcType=VARCHAR},
|
|
|
- cylinder_num = #{cylinderNum,jdbcType=INTEGER},
|
|
|
- top_type = #{topType,jdbcType=TINYINT},
|
|
|
- control_type = #{controlType,jdbcType=VARCHAR},
|
|
|
- mpa = #{mpa,jdbcType=INTEGER},
|
|
|
- factory = #{factory,jdbcType=VARCHAR},
|
|
|
- custom_number = #{customNumber,jdbcType=VARCHAR},
|
|
|
- use_company_code = #{useCompanyCode,jdbcType=VARCHAR},
|
|
|
- device_position_code = #{devicePositionCode,jdbcType=CHAR},
|
|
|
- agency = #{agency,jdbcType=VARCHAR},
|
|
|
- reform_date = #{reformDate,jdbcType=TIMESTAMP},
|
|
|
- install_date = #{installDate,jdbcType=TIMESTAMP},
|
|
|
- inner_floor = #{innerFloor,jdbcType=TINYINT}
|
|
|
- where id = #{id,jdbcType=BIGINT}
|
|
|
- </update>
|
|
|
-
|
|
|
</mapper>
|