You've already forked DataMate
Fix the ratio task bug (#194)
* fix: add feign client configurations * fix: add nacos configurations * fix: add python to gateway * fix: Fix the ratio task bug
This commit is contained in:
@@ -294,7 +294,7 @@ class RatioTaskService:
|
||||
for tag in all_tags:
|
||||
if conditions.label.label and tag.get("label") != conditions.label.label:
|
||||
continue
|
||||
if conditions.label.value is not None:
|
||||
if conditions.label.value is None:
|
||||
return True
|
||||
if tag.get("value") == conditions.label.value:
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user