Commit bccd9dd1 authored by clone's avatar clone

bug

parent 1d7849d6
......@@ -50,9 +50,11 @@ class ChatUserExt extends BaseModel
/**
* @param $params
* @return false|int
* @param $v
* @param string $k
* @return int|string
*/
public function addChatUserExt($params, $v, $k = 'id')
public function addChatUserExt($params, $v = "", $k = 'id')
{
Db::startTrans();
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment