菜谱导入
This commit is contained in:
parent
06cd735852
commit
c89cb30e93
|
|
@ -105,6 +105,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
</foreach>
|
||||
</if>
|
||||
<if test="dishesNames != null and dishesNames.size() > 0">
|
||||
and cd.dishes_name in
|
||||
<foreach item="dishesName" collection="dishesNames" open="(" separator="," close=")">
|
||||
#{dishesName}
|
||||
</foreach>
|
||||
|
|
|
|||
Loading…
Reference in New Issue