chenjunkai hace 6 años
padre
commit
32645057ec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Controller/OrderContrller.py

+ 1 - 1
Controller/OrderContrller.py

@@ -100,6 +100,6 @@ class OrderView(View):
                 else:
                     did = ''
                 d['did'] = did
-                d['endTime'] = int(d['updTime'])+int(d['rank__day']*86400)
+            d['endTime'] = int(d['updTime'])+int(d['rank__day']*86400)
             data.append(d)
         return response.json(0, {'data': data, 'count': count})