lvhao пре 2 недеља
родитељ
комит
5eaec01159
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      core/CoreApp/controllers/Boss.php

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

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