Skip to content

Commit 3b7f549

Browse files
小调整
1 parent 43ccb2c commit 3b7f549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/application/flow/compare/is_not_null_compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def compare(self, source_value, compare, target_value):
2121
try:
2222
return source_value is not None and len(source_value) > 0
2323
except Exception:
24-
return source_value is not None
24+
return True

0 commit comments

Comments
 (0)