Jelajahi Sumber

提交数据

lvhao 2 bulan lalu
induk
melakukan
cc3be6ebaa
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      core/CoreApp/controllers/Commodity.php

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

@@ -705,7 +705,7 @@ class Commodity extends Start_Controller {
 			
             foreach ($info_list as $key=>$v) 
 		    {
-				$shopname = isset($shop_list[$v['shop']])?$shop_list[$v['shop']]['shopname']:'';
+				$shopname = isset($shop_list[$v['shop']])?$shop_list[$v['shop']]:'';
 				$skulist = $this->commodityread->find_all("productid = ".$v['productid']);
 				$tmp_list = [];
 				foreach($skulist as $skv){