This commit is contained in:
2025-01-26 02:21:27 +08:00
parent 7bd9a7507f
commit 1b11342e5d
32 changed files with 310 additions and 133 deletions

View File

@ -55,6 +55,9 @@
<if test="logoUrl!=null">
logo_url=#{logoUrl},
</if>
<if test="price!=null">
price=#{price},
</if>
</set>
where id = #{id}
</update>