操作密码加密规则修改
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user