浏览代码

no message

lvhao 2 天之前
父节点
当前提交
1a8e719a12
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      core/CoreApp/controllers/Whlabel_bh.php

+ 3 - 0
core/CoreApp/controllers/Whlabel_bh.php

@@ -2789,6 +2789,9 @@ class Whlabel_bh extends Start_Controller {
           
 				$list = array();
 				$rows = $this->whlabel_bh_transfer->find_all($where,'id,wbid,orderinfo,jm,pm,time,label,cktime');
+				echo "<pre>";
+				var_dump($rows);
+				die;
 				
             	foreach($rows as $k=>$v){
 					$cktime = explode("|",trim($v['cktime'],"|"));