Commit 6ffe3ea6 authored by liuyuzhen's avatar liuyuzhen

店铺密码修改问题

parent 3d3d2945
......@@ -82,7 +82,6 @@ class SellerModel extends \DAO\AbstractModel
{
$this->setDb(DbNameConst::masterDBConnectName);
$result = $this->db->update($this->_tableName)->rows($data)->where($where)->execute();
echo $this->db->getLastSql();
return $result;
}
......
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