## 报单、服务中心才能看到乐学升级;

This commit is contained in:
cabbage 2025-04-25 17:25:07 +08:00
parent ad8ebdd56f
commit 4f71671dea
1 changed files with 4 additions and 2 deletions

View File

@ -1199,7 +1199,8 @@ public class BdWaresServiceImpl extends ServiceImpl<BdWaresMapper, BdWares> impl
if (StringUtils.isNotBlank(sArea.getLabel())) {
RecommendSpecialAreaVo recommendSpecialAreaVo = new RecommendSpecialAreaVo();
if (specialArea.equals(ESpecialArea.SPECIAL_REGISTER_AREA.getValue())) {
if (specialArea.equals(ESpecialArea.SPECIAL_REGISTER_AREA.getValue())
|| specialArea.equals(ESpecialArea.SPECIAL_UPGRADE_AREA.getValue())) {
// 乐学注册权限判断
if (!isLexRegister) {
continue;
@ -1371,7 +1372,8 @@ public class BdWaresServiceImpl extends ServiceImpl<BdWaresMapper, BdWares> impl
// 商品信息填充
WaresVo waresVo = new WaresVo();
if (bdWares.getSpecialArea().equals(ESpecialArea.SPECIAL_REGISTER_AREA.getValue())) {
if (bdWares.getSpecialArea().equals(ESpecialArea.SPECIAL_REGISTER_AREA.getValue())
|| bdWares.getSpecialArea().equals(ESpecialArea.SPECIAL_UPGRADE_AREA.getValue())) {
// 乐学注册权限判断
if (!isLexRegister) {
continue;