增加分平台单位

This commit is contained in:
wlx 2014-06-11 01:58:52 +00:00
parent 33d8c4afd8
commit 531e8d9cfb
1 changed files with 4 additions and 2 deletions

View File

@ -45,10 +45,12 @@ class Users extends \Zend_Controller_Plugin_Abstract
'普通会员' => 'member',
'系统管理员' => 'administrator',
'青海省气象科学研究所' => 'meteorologic',
'青海省环境监测中心站' => 'environment',
'青海省环境监测中心站' => 'qhemc',
'青海省水土保持局' => 'watersoil',
'青海省林业调查规划院' => 'forestry',
'青海省水文水资源局' => 'hydrology'
'青海省水文水资源局' => 'hydrology',
'青海省草原总站' => 'grassland',
'青海省生态环境遥感监测中心' => 'qherc'
);
}