|
|
@@ -218,8 +218,8 @@
|
|
|
<if test="updateBy != null">update_by = #{updateBy},</if>
|
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
|
<if test="routeNum != null">route_num = #{routeNum},</if>
|
|
|
- <if test="configName != null and configName!=''">config_name = #{configName},</if>
|
|
|
- <if test="configStatus != null and configStatus!=''">config_status = #{configStatus},</if>
|
|
|
+ config_name = #{configName},
|
|
|
+ config_status = #{configStatus},
|
|
|
</trim>
|
|
|
where id = #{id}
|
|
|
</update>
|