add-admin-biz_company_type

This commit is contained in:
lccsw
2022-02-09 10:16:17 +08:00
parent fe865f1e90
commit f105532702
+1 -1
View File
@@ -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];