Browse Source

下载的序列号add_time更新为now_time

locky 3 năm trước cách đây
mục cha
commit
80624a6794
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Controller/FileController.py

+ 1 - 1
Controller/FileController.py

@@ -772,7 +772,7 @@ class DownloadSerialNumberFileView(View):
                 serial_number=serial_number,
                 status=item.status,
                 use_status=2,
-                add_time=item.add_time
+                add_time=now_time
             )
             updates.append(serialNumberModel)