Your Name 3 年 前
コミット
c3860fc7c6
1 ファイル変更1 行追加1 行削除
  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) {