Browse Source

Merge branch 'master' of http://git.zzliaoyuan.com:4000/wushaodong/decorate

lijiangwei 4 năm trước cách đây
mục cha
commit
76742330e9
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      apps/order/models.py

+ 2 - 1
apps/order/models.py

@@ -59,8 +59,9 @@ class ProgressDetails(models.Model):
         ordering = ('-id', )
         default_permissions = ()
 
-    def get_details(self,):
+    def get_details(self):
         dict = {
+            'progress_details_id': self.id,
             'operation': self.operation,
             'user': self.user.name,
             'notes': self.notes,