处理oracle插入问题
This commit is contained in:
parent
790f9f0175
commit
044964e2b8
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue