营养修复
This commit is contained in:
parent
c845f5f0ca
commit
36651eafb5
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue