|
@@ -48,7 +48,7 @@
|
|
|
<if test="updateBy!=null and updateBy!=''">update_by=#{updateBy},</if>
|
|
<if test="updateBy!=null and updateBy!=''">update_by=#{updateBy},</if>
|
|
|
<if test="createBy!=null and createBy!=''">create_by=#{createBy},</if>
|
|
<if test="createBy!=null and createBy!=''">create_by=#{createBy},</if>
|
|
|
<if test="updateTime!=null">update_time=#{updateTime},</if>
|
|
<if test="updateTime!=null">update_time=#{updateTime},</if>
|
|
|
- <if test="properties!=null">properties=#{porperties,jdbcType=OTHER,typeHandler=com.poyee.mapper.handler.JsonNodeTypeHandler}::json</if>
|
|
|
|
|
|
|
+ <if test="properties!=null">properties=#{properties,jdbcType=OTHER,typeHandler=com.poyee.mapper.handler.JsonNodeTypeHandler}::json</if>
|
|
|
</trim>
|
|
</trim>
|
|
|
</update>
|
|
</update>
|
|
|
</mapper>
|
|
</mapper>
|