| | |
| | | |
| | | import com.baomidou.mybatisplus.mapper.BaseMapper; |
| | | import com.stylefeng.guns.modular.system.model.Advertisement; |
| | | import com.stylefeng.guns.modular.system.util.GoogleMap.AddressComponentsVo; |
| | | import com.stylefeng.guns.modular.system.warpper.AdvertisementWarpper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | List<AdvertisementWarpper> queryAdvertisement(@Param("code") String code, @Param("type") Integer type); |
| | | List<AdvertisementWarpper> queryAdvertisement(@Param("city") String[] city, @Param("type") Integer type); |
| | | } |