## 报单、服务中心才能看到乐学升级;
This commit is contained in:
parent
ad8ebdd56f
commit
4f71671dea
|
@ -1199,7 +1199,8 @@ public class BdWaresServiceImpl extends ServiceImpl<BdWaresMapper, BdWares> impl
|
||||||
if (StringUtils.isNotBlank(sArea.getLabel())) {
|
if (StringUtils.isNotBlank(sArea.getLabel())) {
|
||||||
RecommendSpecialAreaVo recommendSpecialAreaVo = new RecommendSpecialAreaVo();
|
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) {
|
if (!isLexRegister) {
|
||||||
continue;
|
continue;
|
||||||
|
@ -1371,7 +1372,8 @@ public class BdWaresServiceImpl extends ServiceImpl<BdWaresMapper, BdWares> impl
|
||||||
// 商品信息填充
|
// 商品信息填充
|
||||||
WaresVo waresVo = new WaresVo();
|
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) {
|
if (!isLexRegister) {
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue