菜谱导入
This commit is contained in:
parent
06cd735852
commit
c89cb30e93
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue