Commit 82872d10 authored by wwccw0591's avatar wwccw0591

pc

parent 0f90278d
......@@ -85,8 +85,8 @@ class MemberServiceModel extends \Business\AbstractModel
}
public function getOneByMobileAndPassword($mobile, $password)
{
$password=$this->getPassAddKey($password);
$password = Common::format('md5({0})');
// $password=$this->getPassAddKey($password);
// $password = Common::format('md5({0})');
$member= $this->memberDao->getOneByMobileAndPassword($mobile, $password);
return $member ? $member : false;
}
......
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