public interface WaimaiStoreMappingDao
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
WaimaiStoreMapping |
findOneByMappingIdPlatformType(String mappingId,
String platformType) |
WaimaiStoreMapping |
findOneByMchIdStoreIdPlatformType(Long mchId,
Long storeId,
String platformType)
根据商户id,门店id查找对应对应数据
|
WaimaiStoreMapping |
findOneByStoreIdPlatformType(Long storeId,
String platformType) |
void |
saveStoreMapping(WaimaiStoreMapping storeMapping) |
WaimaiStoreMapping findOneByMchIdStoreIdPlatformType(Long mchId, Long storeId, String platformType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
mchId - 商户idstoreId - 门店idcom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionWaimaiStoreMapping findOneByStoreIdPlatformType(Long storeId, String platformType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionWaimaiStoreMapping findOneByMappingIdPlatformType(String mappingId, String platformType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid saveStoreMapping(WaimaiStoreMapping storeMapping) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.