Skip to content

Commit

Permalink
2024年12月13日 优化应用管理04
Browse files Browse the repository at this point in the history
  • Loading branch information
ss1917 committed Dec 13, 2024
1 parent 748b487 commit 8eead54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/app_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def get_apps_list_for_frontend(**params) -> dict:
frontend_code = __dict.get('frontend_code')
if frontend_code == 'no':
continue
__dict["app_code"] = frontend_code if frontend_code else __dict.get('app_code') # TODO 前端变更后删除
__dict["frontend_code"] = frontend_code if frontend_code else __dict.get('app_code')

filtered_apps.append(__dict)
Expand Down

0 comments on commit 8eead54

Please sign in to comment.