This commit is contained in:
gaowdong 2025-06-03 09:45:21 +08:00
parent 17b299bd75
commit 461447636c
1 changed files with 1 additions and 1 deletions

View File

@ -144,4 +144,4 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
remanent_num = remanent_num + #{quantity} remanent_num = remanent_num + #{quantity}
where recipe_detail_id = #{dish.recipeDetailId} and dishes_id = #{dish.dishesId} where recipe_detail_id = #{dish.recipeDetailId} and dishes_id = #{dish.dishesId}
</update> </update>
</mapper> </mapper>