@@ -50,5 +50,6 @@
<if test="updateTime!=null">update_time=#{updateTime},</if>
<if test="properties!=null">properties=#{properties,jdbcType=OTHER,typeHandler=com.poyee.mapper.handler.JsonNodeTypeHandler}::json</if>
</trim>
+ where id =#{id}
</update>
</mapper>