Fix Bug #574: fallback修复
This commit is contained in:
@@ -53,7 +53,6 @@ public class RegistrationServiceImpl implements RegistrationService {
|
||||
throw new RuntimeException("号源状态更新为已取号失败,orderId=" + orderId);
|
||||
}
|
||||
|
||||
// 3. (可选)如果还有其他业务,如累计预约数,可在此调用
|
||||
// registrationMapper.incrementBookedNumByOrderId(orderId);
|
||||
// 3. (可选)如果还有其他业务,如累计预约数,可在此继续调用对应 Mapper 方法
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user