fix: 修复调用更新方法es状态不生效

This commit is contained in:
wenjinbo 2025-09-17 16:23:06 +08:00
parent 46b5f940f2
commit 4bc2ff060a
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@
<if test="difyStoragePath != null">dify_storage_path = #{difyStoragePath},</if> <if test="difyStoragePath != null">dify_storage_path = #{difyStoragePath},</if>
<if test="sourceUrl != null">source_url = #{sourceUrl},</if> <if test="sourceUrl != null">source_url = #{sourceUrl},</if>
<if test="isDeep != null">is_deep = #{isDeep},</if> <if test="isDeep != null">is_deep = #{isDeep},</if>
<if test="isEs != null">is_es = #{isEs},</if>
</set> </set>
WHERE id = #{id} WHERE id = #{id}
</update> </update>