fae49be8 by 周伟奇

fix idcard

1 parent 6b083dfc
...@@ -335,7 +335,8 @@ class Command(BaseCommand, LoggerMixin): ...@@ -335,7 +335,8 @@ class Command(BaseCommand, LoggerMixin):
335 rp_side1_list.extend(rp_side2_list) 335 rp_side1_list.extend(rp_side2_list)
336 336
337 if ic_side1_list: 337 if ic_side1_list:
338 license_list = ic_side1_list 338 # license_list = ic_side1_list
339 license_summary[classify] = ic_side1_list
339 else: 340 else:
340 license_summary.pop(classify, None) 341 license_summary.pop(classify, None)
341 342
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!