public class WaimaiStoreMappingDaoImpl extends com.ptteng.common.dao.BaseDaoServiceImpl implements WaimaiStoreMappingDao
| 构造器和说明 |
|---|
WaimaiStoreMappingDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic WaimaiStoreMapping findOneByMchIdStoreIdPlatformType(Long mchId, Long storeId, String platformType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
WaimaiStoreMappingDaofindOneByMchIdStoreIdPlatformType 在接口中 WaimaiStoreMappingDaomchId - 商户idstoreId - 门店idcom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic WaimaiStoreMapping findOneByStoreIdPlatformType(Long storeId, String platformType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
findOneByStoreIdPlatformType 在接口中 WaimaiStoreMappingDaocom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic WaimaiStoreMapping findOneByMappingIdPlatformType(String mappingId, String platformType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
findOneByMappingIdPlatformType 在接口中 WaimaiStoreMappingDaocom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void saveStoreMapping(WaimaiStoreMapping storeMapping) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
saveStoreMapping 在接口中 WaimaiStoreMappingDaocom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.