@@ -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']);