Commit 89db4d2b authored by 李小芳's avatar 李小芳

Merge branch 'mr/develop/tag' into 'master'

add

See merge request !66
parents ac80723e 33f4c85b
......@@ -102,7 +102,7 @@ def get_problem_extra(pid, uid, tids, sid, did):
res['closure_tag_ids'] = []
if tids:
tag_sql = """
select id, name from api_tag
select id, name from api_sub_tag
where id in ({}) and
is_online=true""".format(
','.join([str(tid) for tid in tids]))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment