## 雨汐团队不需要多送2级;
This commit is contained in:
parent
c6c3ebe92b
commit
fff1950527
|
@ -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()) {
|
||||||
|
|
Loading…
Reference in New Issue