@@ -710,7 +710,7 @@ class Transfer extends Start_Controller {
if($xztime == 'printtime')
{
- $where .= " and printtime > '$timetk' and printtime < '$timetj'";
+ $where .= " and ctime12 > '$timetk' and ctime12 < '$timetj'";
if($type)
$type = ($type==1)?'rk':'ck';