模板管理查询修改

This commit is contained in:
hejinbo
2023-11-20 11:02:38 +08:00
parent 440e895c51
commit 36e7342d85
2 changed files with 2 additions and 2 deletions
@@ -26,7 +26,7 @@
del_flag,create_time
)values(
<if test="identifyId != null">#{identifyId},</if>
<if test="sealName != null and sealName != ''">#{sealName},</if>
<if test="temName != null and temName != ''">#{temName},</if>
<if test="temType != null">#{temType},</if>
<if test="temFormat != null and temFormat != ''">#{temFormat},</if>
<if test="temOrigPath != null and temOrigPath != ''">#{temOrigPath},</if>