@@ -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){