Your Name %!s(int64=3) %!d(string=hai) anos
pai
achega
c3860fc7c6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tool/work/lib/Appoint.php

+ 1 - 1
tool/work/lib/Appoint.php

@@ -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) {