public class WaimaiDishCategoryMappingDaoImpl extends com.ptteng.common.dao.BaseDaoServiceImpl implements WaimaiDishCategoryMappingDao
| 构造器和说明 |
|---|
WaimaiDishCategoryMappingDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
WaimaiDishCategoryMapping |
findOneByMchIdStoreIdCategoryIdPlatformType(Long mchId,
Long storeId,
Long categoryId,
String platformType)
根据分类名称查找数据
|
void |
saveDishCategoryMapping(WaimaiDishCategoryMapping dishCategoryMapping)
保存菜品分类对应关系
|
void |
updateDishCategoryMapping(WaimaiDishCategoryMapping dishCategoryMapping)
更新菜品分类对应关系
|
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic WaimaiDishCategoryMapping findOneByMchIdStoreIdCategoryIdPlatformType(Long mchId, Long storeId, Long categoryId, String platformType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
WaimaiDishCategoryMappingDaofindOneByMchIdStoreIdCategoryIdPlatformType 在接口中 WaimaiDishCategoryMappingDaomchId - 商户idstoreId - 门店idcategoryId - 分类idcom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void saveDishCategoryMapping(WaimaiDishCategoryMapping dishCategoryMapping) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
WaimaiDishCategoryMappingDaosaveDishCategoryMapping 在接口中 WaimaiDishCategoryMappingDaodishCategoryMapping - 菜品分类对应关系对象com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void updateDishCategoryMapping(WaimaiDishCategoryMapping dishCategoryMapping) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
WaimaiDishCategoryMappingDaoupdateDishCategoryMapping 在接口中 WaimaiDishCategoryMappingDaodishCategoryMapping - 菜品分类对应关系对象com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.