Prechádzať zdrojové kódy

修改布标打印时间

lvhao 6 mesiacov pred
rodič
commit
7f21ae99f8
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      core/CoreApp/controllers/Transfer.php

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

@@ -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';