Skip to content

Commit

Permalink
fix: import package publishing function is not available
Browse files Browse the repository at this point in the history
Signed-off-by: 张启航 <[email protected]>
  • Loading branch information
ZhangSetSail committed Nov 27, 2024
1 parent 03a8793 commit 44bf48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/repositories/market_app_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_rainbond_app_version_by_app_ids(self, app_ids, is_complete=None):
return RainbondCenterAppVersion.objects.filter(q)

def get_rainbond_app_version_by_record_id(self, record_id):
return RainbondCenterAppVersion.objects.filter(record_id=record_id).first()
return RainbondCenterAppVersion.objects.filter(record_id=record_id).last()

def get_rainbond_app_version_by_id(self, eid, group_id):
return RainbondCenterAppVersion.objects.filter(group_id=group_id, scope="team")
Expand Down

0 comments on commit 44bf48e

Please sign in to comment.