fanli/src/main/java/com/yeshi/fanli/service/impl/order/HongBaoOrderServiceImpl.java
@@ -72,4 +72,9 @@ return hongBaoOrderMapper.selectByHongBaoId(hongBaoId); } @Override public List<HongBaoOrder> listByOrderIdAndSourceType(String orderId, int sourceType) { return hongBaoOrderMapper.listByOrderIdAndSourceType(orderId, sourceType); } }