* fix bug.

This commit is contained in:
wangyidong
2019-12-16 15:55:10 +08:00
parent 2b2671e7ab
commit ee07401214
-1
View File
@@ -1444,7 +1444,6 @@ class userModel extends model
{
$this->dao->update(TABLE_USERVIEW)->data($data)->where('account')->eq($account)->exec();
}
exit;
}
/**