营养修复

This commit is contained in:
liux 2025-04-18 10:06:08 +08:00
parent c845f5f0ca
commit 36651eafb5
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="fat != null">fat = #{fat},</if>
<if test="carbohydrate != null">carbohydrate = #{carbohydrate},</if>
<if test="dietaryFiber != null">dietary_fiber = #{dietaryFiber},</if>
<if test="categoryId != null">category_id = #{categoryId},</if>
<if test="cholesterol != null">cholesterol = #{cholesterol},</if>
<if test="ash != null">ash = #{ash},</if>
<if test="vitaminA != null">vitamin_a = #{vitaminA},</if>