Commit b7d0be7e by 程裕兵

feat:refund

parent d668761f
......@@ -115,7 +115,6 @@ public class RefundServiceImpl implements RefundService {
}
private void sendRefundSuccessMessage(RefundEvent e, StudioCashierRecord record) {
// TODO
List<Long> targetIds = this.getAdminIds(record.getStudioId());
if (CollectionUtil.isEmpty(targetIds)) {
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