处理oracle插入问题

This commit is contained in:
钱涛 2025-01-16 16:18:34 +08:00
parent 790f9f0175
commit 044964e2b8
1 changed files with 3 additions and 0 deletions

View File

@ -294,6 +294,9 @@
<if test="deleteType != null">
delete_type,
</if>
<if test="tenantKey != null">
tenant_key,
</if>
<if test="runStatus != null">
run_status,
</if>