工程图片上传

This commit is contained in:
cwchen 2024-04-23 11:12:05 +08:00
parent 89935ec30b
commit 9bcdf0a4fb
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@
<if test="fileName != null and fileName!=''">#{fileName},</if> <if test="fileName != null and fileName!=''">#{fileName},</if>
<if test="sourceId != null and sourceId!=''">#{sourceId},</if> <if test="sourceId != null and sourceId!=''">#{sourceId},</if>
<if test="sourceType != null and sourceType!=''">#{sourceType},</if> <if test="sourceType != null and sourceType!=''">#{sourceType},</if>
1, 0,
<if test="updateTime != null and updateTime!=''">#{updateTime},</if> <if test="updateTime != null and updateTime!=''">#{updateTime},</if>
</trim> </trim>
</insert> </insert>