菜谱导入

This commit is contained in:
sxu 2025-06-05 10:50:34 +08:00
parent 06cd735852
commit c89cb30e93
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</foreach> </foreach>
</if> </if>
<if test="dishesNames != null and dishesNames.size() > 0"> <if test="dishesNames != null and dishesNames.size() > 0">
and cd.dishes_name in
<foreach item="dishesName" collection="dishesNames" open="(" separator="," close=")"> <foreach item="dishesName" collection="dishesNames" open="(" separator="," close=")">
#{dishesName} #{dishesName}
</foreach> </foreach>