Commit b7d0be7e by 程裕兵

feat:refund

parent d668761f
...@@ -115,7 +115,6 @@ public class RefundServiceImpl implements RefundService { ...@@ -115,7 +115,6 @@ public class RefundServiceImpl implements RefundService {
} }
private void sendRefundSuccessMessage(RefundEvent e, StudioCashierRecord record) { private void sendRefundSuccessMessage(RefundEvent e, StudioCashierRecord record) {
// TODO
List<Long> targetIds = this.getAdminIds(record.getStudioId()); List<Long> targetIds = this.getAdminIds(record.getStudioId());
if (CollectionUtil.isEmpty(targetIds)) { if (CollectionUtil.isEmpty(targetIds)) {
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment