fix: sql error, continue

This commit is contained in:
Terry Geng 2020-03-20 11:34:42 +08:00
parent f6d7813d93
commit b2c416f968

View File

@ -387,8 +387,6 @@ def build_library_query_condition(form):
break
if count > 0:
condition.and_sub_condition(sub_cond)
else:
condition.and_equal()
tags = form['tags'].split(",")
for tag in tags: