cloud-server-communityWorldCup/src/main/resources/mapper/WorldCupMapper.xml
@@ -41,7 +41,7 @@ and a.name like CONCAT('%', #{item.content}, '%') </if> <if test="null != item.storeId"> and a.worldCupId in (select worldCupId from t_world_cup_store where storeId = #{item.storeId}) and a.id in (select worldCupId from t_world_cup_store where storeId = #{item.storeId} and isOpen = 1) </if> <if test="null != item.gender"> and #{item.gender} = a.gender