菜品类型多选
This commit is contained in:
		| @@ -39,7 +39,7 @@ | ||||
|         <include refid="selectSysDishesVo"/> | ||||
|         <where> | ||||
|             <if test="name != null  and name != ''"> and name like concat('%', #{name}, '%')</if> | ||||
|             <if test="type != null  and type != ''"> and type = #{type}</if> | ||||
|             <if test="type != null  and type != ''"> and FIND_IN_SET(#{type}, type)</if> | ||||
|             <if test="reviewStatus != null  and type != ''"> and review_status = #{reviewStatus}</if> | ||||
|         </where> | ||||
|     </select> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user