Browse Source

修改布标打印时间

lvhao 6 months ago
parent
commit
7f21ae99f8
1 changed files with 1 additions and 1 deletions
  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';