## 雨汐团队不需要多送2级;

This commit is contained in:
cabbage 2025-08-01 16:58:52 +08:00
parent 623b8173a9
commit a3ae6bf255
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class ApiRetailOrderController {
.isEnough(false) .isEnough(false)
.build(); .build();
if (ESpecialArea.REGISTER_AREA.getValue() == levelParam.getSpecialArea()) { if (ESpecialArea.RETAIL_REGISTER.getValue() == levelParam.getSpecialArea()) {
// 注册订单 // 注册订单
levelParam.setUpgradeMember(iMemberServiceApi.getMember(SecurityUtils.getUserId()).getData()); levelParam.setUpgradeMember(iMemberServiceApi.getMember(SecurityUtils.getUserId()).getData());
} else if (ESpecialArea.RETAIL_UPGRADE.getValue() == levelParam.getSpecialArea()) { } else if (ESpecialArea.RETAIL_UPGRADE.getValue() == levelParam.getSpecialArea()) {