Commit 674a9084 authored by wwccw0591's avatar wwccw0591

Merge branch 'master_dev' of git.shenbd.com:qm-develop/shenbd into ccw

parents e6877810 353835a8
......@@ -299,7 +299,7 @@ class MemberServiceModel extends \Business\AbstractModel
$addKey=Common::getConfig('password.key');
$memberTime = TIMESTAMP;
if(!empty($addKey)){
$md5Str=$memberTime.$addKey.$where['password'];
$md5Str=$memberTime.$where['password'].$addKey;
}else{
$md5Str=$where['password'];
}
......
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