lvhao há 3 meses atrás
pai
commit
268f4800dc
1 ficheiros alterados com 1 adições e 0 exclusões
  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']);