导入新增日志

This commit is contained in:
18792927508
2023-11-01 11:06:44 +08:00
parent 341be38f87
commit a3a7d39da3
4 changed files with 59 additions and 23 deletions
@@ -402,6 +402,7 @@
<if test="properPreser != null ">proper_preser,</if>
<if test="createBy != null and createBy != ''">create_by,</if>
<if test="importFlag != null ">import_flag,</if>
create_time
)values(
<if test="caseNum != null and caseNum != ''">#{caseNum},</if>
@@ -428,6 +429,7 @@
<if test="properPreser != null ">#{properPreser},</if>
<if test="createBy != null and createBy != ''">#{createBy},</if>
<if test="importFlag != null ">#{importFlag},</if>
sysdate()
)
</insert>