|
@@ -237,6 +237,18 @@
|
|
|
<if test="pictures != null" >
|
|
|
pictures,
|
|
|
</if>
|
|
|
+ <if test="deviceId != null" >
|
|
|
+ device_id,
|
|
|
+ </if>
|
|
|
+ <if test="scenesId != null" >
|
|
|
+ scenes_id,
|
|
|
+ </if>
|
|
|
+ <if test="deviceName != null" >
|
|
|
+ device_name,
|
|
|
+ </if>
|
|
|
+ <if test="scenesName != null" >
|
|
|
+ scenes_name,
|
|
|
+ </if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides="," >
|
|
|
<if test="id != null" >
|
|
@@ -338,6 +350,18 @@
|
|
|
<if test="pictures != null" >
|
|
|
#{pictures,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="deviceId != null" >
|
|
|
+ #{deviceId,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="scenesId != null" >
|
|
|
+ #{scenesId,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="deviceName != null" >
|
|
|
+ #{deviceName,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="scenesName != null" >
|
|
|
+ #{scenesName,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
<update id="updateByPrimaryKeySelective" parameterType="com.huaxu.order.entity.WorkOrderManage" >
|