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

pg blob bug

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