lvhao 3 bulan lalu
induk
melakukan
42227a5997
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      core/CoreApp/controllers/Fullordertt.php

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

@@ -5689,7 +5689,7 @@ class Fullordertt extends Start_Controller {
 						foreach ($k as $v) 
 		                {
 							$typeclass = $this->typeclass->read($v['state']);
-						    $kh[] = array((string)$v['orderinfo'],"`".$v['orderinfo'],$typeclass['spare'],$v['product'],$v['name'],$v['email'],date("Y-m-d H:i:s",$v['dtime']),$v['shouldmoney']);
+						    $kh[] = array((string)$v['orderinfo'],"'".$v['orderinfo'],$typeclass['spare'],$v['product'],$v['name'],$v['email'],date("Y-m-d H:i:s",$v['dtime']),$v['shouldmoney']);
 						}
 					}
 					if($excel == 5 && count($k) < 2)