删除无用的逻辑

This commit is contained in:
yanglin 2024-12-30 20:30:42 +08:00
parent 3878a4192d
commit 6f10873d62

View File

@ -88,7 +88,7 @@ class TodoSyncCardService {
}
TodoBusiness business = todoBusinessDao.getBusinesses(todo).findBusiness(todo).orElse(null);
if (business == null) {
log.warn("TodoSyncStateToCardService.sendCard: business not found, todo={}", todo);
log.warn("TodoSyncStateToCardService.sendCard: business not found, message={}", message);
return;
}
if (todo.getState() == PendingMessageStateEnum.HAS_BEEN_SENT