删除无用的逻辑
This commit is contained in:
parent
3878a4192d
commit
6f10873d62
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user