<div class="cnblogs_code">
if($user->where('phone='.$phone)->save($dataList)){}
thinkPHP更新数据库的时候where('')为字符串,要么为数组。为字符串要点连接