fix: 修复调用更新方法es状态不生效
This commit is contained in:
parent
46b5f940f2
commit
4bc2ff060a
|
|
@ -156,6 +156,7 @@
|
|||
<if test="difyStoragePath != null">dify_storage_path = #{difyStoragePath},</if>
|
||||
<if test="sourceUrl != null">source_url = #{sourceUrl},</if>
|
||||
<if test="isDeep != null">is_deep = #{isDeep},</if>
|
||||
<if test="isEs != null">is_es = #{isEs},</if>
|
||||
</set>
|
||||
WHERE id = #{id}
|
||||
</update>
|
||||
|
|
|
|||
Loading…
Reference in New Issue