This commit is contained in:
AKurakin 2023-05-30 18:59:54 +03:00
parent e2fc49c968
commit a934befc3d

View file

@ -227,7 +227,7 @@ public class RelationService extends QueueConsumer implements InitializingBean {
if (req.getServiceStatus() != null) {
log.debug("To relation {} set serivceStatus=\"{}\" by user request.", relation.getId(), req.getServiceStatus());
relation.setServiceStatus(req.getServiceStatus());
} else {
} else { // never - см. валидатор relationUpdateRequestValidator
if (relation.getConsumerId() == null) {
log.warn("Relation[{}]. consumerId was null", relation.getId());
}