Fix Bug #574: fallback修复

This commit is contained in:
2026-05-27 00:33:30 +08:00
parent 74d387ae52
commit eae913f8fd
2 changed files with 16 additions and 21 deletions

View File

@@ -53,7 +53,6 @@ public class RegistrationServiceImpl implements RegistrationService {
throw new RuntimeException("号源状态更新为已取号失败orderId=" + orderId);
}
// 3. (可选)如果还有其他业务,如累计预约数,可在此调用
// registrationMapper.incrementBookedNumByOrderId(orderId);
// 3. (可选)如果还有其他业务,如累计预约数,可在此继续调用对应 Mapper 方法
}
}