操作密码加密规则修改
This commit is contained in:
parent
bdecc4542e
commit
8cf1e68cb7
|
|
@ -153,7 +153,7 @@ public class ShopInfoServiceImpl extends ServiceImpl<ShopInfoMapper, ShopInfo> i
|
|||
throw new ApiNotPrintException("验证码错误");
|
||||
}
|
||||
|
||||
shopInfo.setOperationPwd(SecureUtil.md5(shopInfo.getId() + shopInfoEditDTO.getOperationPwd()));
|
||||
shopInfo.setOperationPwd(SecureUtil.md5(shopInfoEditDTO.getOperationPwd()));
|
||||
}
|
||||
return updateById(shopInfo);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue