|  | @@ -110,6 +110,9 @@ class GoodsService
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          foreach ($rows as &$row) {
 | 
	
		
			
				|  |  |              $row['goods_cover'] = getenv('STORAGE_DOMAIN') . $row['goods_cover'];
 | 
	
		
			
				|  |  | +            if (isset($row['running'])) {
 | 
	
		
			
				|  |  | +                $row['running']['goods_running_storage'] = intval($row['running']['goods_running_storage']);
 | 
	
		
			
				|  |  | +            }
 | 
	
		
			
				|  |  |  //            if (!empty($row['component'])) {
 | 
	
		
			
				|  |  |  //                $ids = [];
 | 
	
		
			
				|  |  |  //                $contentList = [];
 |