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="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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue