6b083dfc by 周伟奇

fix ocr bug

1 parent 582db5c6
......@@ -321,7 +321,8 @@ class Command(BaseCommand, LoggerMixin):
if key in license_dict:
if is_rp == '1':
rp_side2_list.append(license_dict)
ic_side2_list.append(license_dict)
else:
ic_side2_list.append(license_dict)
elif is_rp == '1':
rp_side1_list.append(license_dict)
else:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!