add-admin-biz_company_type
This commit is contained in:
@@ -59,7 +59,7 @@ class Biz_model extends HD_Model
|
||||
* @return mixed
|
||||
*/
|
||||
function type_ary($key = null){
|
||||
$map = array('1' => '品牌店', '2' => '形象店', '3' => '代理店', '4' => '合作店');
|
||||
$map = array('1' => '品牌店', '2' => '合伙店', '3' => '代理店', '4' => '合作店' , '5' => '联营店');
|
||||
|
||||
if(!is_null($key)){
|
||||
return $map[$key];
|
||||
|
||||
Reference in New Issue
Block a user