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

+ 1 - 0
core/CoreApp/controllers/Fullordertt.php

@@ -5685,6 +5685,7 @@ class Fullordertt extends Start_Controller {
 					$k = $this->fullordertt->find_all("shop = '".$value['shop']."' and email = '".$value['email']."' and ".$xztime." < '$timetj'",'orderinfo,state,product,name,email,dtime,shouldmoney','dtime desc');
 					if($excel == 4 && count($k) > 1)
 					{
+						$k[0]['orderinfo'] = " ".$k[0]['orderinfo']." ";
 						foreach ($k as $v) 
 		                {
 							$typeclass = $this->typeclass->read($v['state']);