lvhao před 2 týdny
rodič
revize
aeb64a540c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      core/CoreApp/controllers/Boss.php

+ 1 - 1
core/CoreApp/controllers/Boss.php

@@ -2176,7 +2176,7 @@ class Boss extends Start_Controller
 				
 				
 				foreach ($shop as $val) {
 				foreach ($shop as $val) {
 				    $where = "";
 				    $where = "";
-			    	$where = "$time > '$t' and $time < '" . ($t + 24 * 3600) . "' and shop = '" . $val['id'] . "'";
+			    	$where = "$time >= '$t' and $time < '" . ($t + 24 * 3600) . "' and shop = '" . $val['id'] . "'";
     				if($source == '2d'){
     				if($source == '2d'){
     					$where.= "  and source > 2  ";
     					$where.= "  and source > 2  ";
     				}
     				}