MaintenaceInfo 添加model_image_url

FFIB 3 years ago
parent
commit
cf1c37e831
1 changed files with 1 additions and 0 deletions
  1. 1 0
      maintenance/models.py

+ 1 - 0
maintenance/models.py

@@ -106,6 +106,7 @@ class MaintenaceInfo(BaseModelMixin):
106 106
             'model_id': self.model_id,
107 107
             'model_name': model.model_name if model else '',
108 108
             'model_full_name': model.model_full_name if model else '',
109
+            'model_image_url': model.image_url,
109 110
             'log_id': self.log_id,
110 111
             'sn': self.sn,
111 112
             'desc': self.desc,