优化代码

super_signature
xiaoyu 4 years ago
parent 0dc9577913
commit 1fe5d51143
  1. 1
      fir_ser/api/views/apps.py

@ -257,7 +257,6 @@ class AppReleaseinfoView(APIView):
elif appreleaseobj.is_master and apprelease_count < 2:
logger.info("delete app master release %s and clean app %s " % (appreleaseobj, apps_obj))
if apps_obj:
if apps_obj.issupersign:
logger.info("app_id:%s is supersign ,delete this app need clean IOS developer" % (app_id))
IosUtils.clean_app_by_user_obj(apps_obj, request.user)

Loading…
Cancel
Save