lvhao hai 21 horas
pai
achega
001abffeb0
Modificáronse 1 ficheiros con 9 adicións e 1 borrados
  1. 9 1
      core/CoreApp/controllers/Whlabel_bh.php

+ 9 - 1
core/CoreApp/controllers/Whlabel_bh.php

@@ -3343,7 +3343,15 @@ class Whlabel_bh extends Start_Controller {
             //数据排序
             $order_str = "id desc";
             
-			$where  .= " and time > '$timetk' and time < '$timetj'";
+			if($transfer)
+			{
+				$ctime = 'ctime'.$transfer;
+			    $where  .= " and $ctime > '$timetk' and $ctime < '$timetj'";
+			}
+			else
+			{
+				$where  .= " and time > '$timetk' and time < '$timetj'";
+			}
 			if($type)
 			{
 				if($type == 3){