mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 修改充电桩信息
This commit is contained in:
@@ -37,6 +37,9 @@ public class ReplaceMerchantStationDTO {
|
||||
// 枪口数量
|
||||
private Integer connectorNum;
|
||||
|
||||
// 经营类型(1-运营桩;2-个人桩)
|
||||
private String chargerPileType;
|
||||
|
||||
private String updateBy;
|
||||
private Date updateTime;
|
||||
}
|
||||
|
||||
@@ -231,6 +231,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<trim prefix="SET" suffixOverrides=",">
|
||||
<if test="merchantId != null">merchant_id = #{merchantId},</if>
|
||||
<if test="stationId != null">station_id = #{stationId},</if>
|
||||
<if test="chargerPileType != null">business_type = #{chargerPileType,jdbcType=VARCHAR},</if>
|
||||
<if test="modelId != null">model_id = #{modelId},</if>
|
||||
<if test="updateBy != null">update_by = #{updateBy},</if>
|
||||
<if test="updateTime != null">update_time = #{updateTime},</if>
|
||||
|
||||
Reference in New Issue
Block a user