浏览代码

修改布标打印时间

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