图片上传

This commit is contained in:
cwchen 2024-04-23 11:55:55 +08:00
parent 4ee453abfc
commit 4250116e46
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,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>