Преглед на файлове

修改布标打印时间

lvhao преди 6 месеца
родител
ревизия
7f21ae99f8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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';