提交 c70c5deb 编写于 作者: sq3536's avatar sq3536

pg blob bug

上级 fe77bdf1
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
version, version,
model_editor_json, model_editor_json,
model_type, model_type,
thumbnail, <!-- thumbnail,-->
tenant_id) tenant_id)
values ( values (
#{id, jdbcType=VARCHAR}, #{id, jdbcType=VARCHAR},
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
#{version, jdbcType=INTEGER}, #{version, jdbcType=INTEGER},
#{modelEditorJson, jdbcType=VARCHAR}, #{modelEditorJson, jdbcType=VARCHAR},
#{modelType, jdbcType=INTEGER}, #{modelType, jdbcType=INTEGER},
#{thumbnail, jdbcType=BLOB}, <!-- #{thumbnail, jdbcType=BLOB},-->
#{tenantId, jdbcType=VARCHAR} #{tenantId, jdbcType=VARCHAR}
) )
</insert> </insert>
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
version = #{version, jdbcType=INTEGER}, version = #{version, jdbcType=INTEGER},
model_editor_json = #{modelEditorJson, jdbcType=VARCHAR}, model_editor_json = #{modelEditorJson, jdbcType=VARCHAR},
model_type = #{modelType, jdbcType=INTEGER}, model_type = #{modelType, jdbcType=INTEGER},
thumbnail = #{thumbnail, jdbcType=BLOB}, <!-- thumbnail = #{thumbnail, jdbcType=BLOB},-->
tenant_id = #{tenantId, jdbcType=VARCHAR} tenant_id = #{tenantId, jdbcType=VARCHAR}
</set> </set>
where id = #{id, jdbcType=VARCHAR} where id = #{id, jdbcType=VARCHAR}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册