model('shop')->getList('name', array('shop_id|in' => explode(',', $col))); $strShopName = ''; foreach($arrShopName as $val){ $strShopName .= $val['name'] . ','; } return trim($strShopName, ','); } /** * modifier_mark_type * @param mixed $col col * @return mixed 返回值 */ public function modifier_mark_type($col){ $arrMarkType = kernel::single('ome_order_func')->order_mark_type(); return $col ? "" : ''; } } ?>