瀏覽代碼

算法小店优化判断

zhangdongming 1 年之前
父節點
當前提交
82e6ef3304
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Controller/AlgorithmShop/AlgorithmShopController.py

+ 1 - 1
Controller/AlgorithmShop/AlgorithmShopController.py

@@ -510,7 +510,7 @@ class AlgorithmShopView(View):
                     count += item.count
                     hour = item.statistical_time.hour
                     is_data = True
-                elif next_time == -1 and current_time < item.device_time:
+                elif next_time == -1 and current_time <= item.device_time:
                     hour = item.statistical_time.hour
                     count += item.count
                     is_data = True