public interface WaimaiOrderMappingDao
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
WaimaiOrderMapping |
findOneByMchIdStoreIdOrderIdPlatformType(Long mchId,
Long storeId,
Long orderId,
String platformType) |
WaimaiOrderMapping |
findOneByTargetIdPlatformType(String targetId,
String platformType) |
void |
saveOrderMapping(WaimaiOrderMapping waimaiOrderMapping) |
void |
updateOrderMapping(WaimaiOrderMapping waimaiOrderMapping) |
WaimaiOrderMapping findOneByMchIdStoreIdOrderIdPlatformType(Long mchId, Long storeId, Long orderId, String platformType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionWaimaiOrderMapping findOneByTargetIdPlatformType(String targetId, String platformType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid saveOrderMapping(WaimaiOrderMapping waimaiOrderMapping) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid updateOrderMapping(WaimaiOrderMapping waimaiOrderMapping) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.