|
@@ -533,7 +533,7 @@ Class Appoint
|
|
|
$passport = Dever::db('passport/user')->find(array('mobile'=>$mobile));
|
|
|
$work = Dever::db('work/user')->find(array('mobile'=>$mobile));
|
|
|
if (!$member && !$option && !$passport && !$work) {
|
|
|
- $data['user']['type'] = '无系统关联关系';
|
|
|
+ $user['type'][] = '无系统关联关系';
|
|
|
}
|
|
|
$user = array();
|
|
|
if ($work) {
|