Commit 11cf0c4f by dong

fix20230425

parent d955a3a2
...@@ -728,7 +728,7 @@ def industry_policy(): ...@@ -728,7 +728,7 @@ def industry_policy():
data = {} data = {}
for i in indu_policy: for i in indu_policy:
is_collect = '' is_collect = ''
if user_obj: if user_obj: # 涉及小程序
if i in user_obj.industry_policy: if i in user_obj.industry_policy:
is_collect = 'True' is_collect = 'True'
else: else:
......
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