| | |
| | | return hongBaoOrderMapper.selectByCommonOrderId(commonOrderId);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public HongBaoOrder selectDetailByHongBaoId(Long hongBaoId) {
|
| | | return hongBaoOrderMapper.selectByHongBaoId(hongBaoId);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public List<HongBaoOrder> listByOrderIdAndSourceType(String orderId, int sourceType) {
|
| | | return hongBaoOrderMapper.listByOrderIdAndSourceType(orderId, sourceType);
|
| | | }
|
| | | |
| | | @Override
|
| | | public List<HongBaoOrder> listDetailByOrderIdAndSourceType(String orderId, int sourceType) {
|
| | | return hongBaoOrderMapper.listDetailByOrderIdAndSourceType(orderId, sourceType);
|
| | | }
|
| | |
|
| | | }
|