| | |
| | | @Param("cityCode") String cityCode, |
| | | @Param("storeId")Integer storeId, |
| | | @Param("operatorId")Integer operatorId, |
| | | @Param("objType")Integer objType |
| | | @Param("storeId")Integer storeId, |
| | | @Param("objType")Integer objType |
| | | ); |
| | | @Param("objType")Integer objType); |
| | | |
| | | List<Map<String, Object>> queryCouponListOfSearch1(@Param("name")String name, |
| | | @Param("type")Integer type, |
| | |
| | | |
| | | @Override |
| | | public List<Map<String, Object>> queryCouponListOfSearch(CouponListOfSearch ofSearch) { |
| | | return this.baseMapper.queryCouponListOfSearch(ofSearch.getName(),ofSearch.getType(),ofSearch.getDistributionMethod(),ofSearch.getUserPopulation(),ofSearch.getStatus(),ofSearch.getState(),ofSearch.getPage(),ofSearch.getCityCode(),ofSearch.getStoreId(),ofSearch.getObjType()); |
| | | return this.baseMapper.queryCouponListOfSearch(ofSearch.getName(), |
| | | ofSearch.getType(), |
| | | ofSearch.getDistributionMethod(), |
| | | ofSearch.getUserPopulation(), |
| | | ofSearch.getStatus(), |
| | | ofSearch.getState(), |
| | | ofSearch.getPage(), |
| | | ofSearch.getCityCode(), |
| | | ofSearch.getStoreId(), |
| | | ofSearch.getOperatorId(), |
| | | ofSearch.getObjType()); |
| | | } |
| | | |
| | | @Override |