Compare commits
No commits in common. "834a7d7325d2a4f20c06584e0430d2a904b9643c" and "c05a75bbac5efb6e315fd0aaa2f1fabc909cc0f8" have entirely different histories.
834a7d7325
...
c05a75bbac
|
|
@ -79,7 +79,7 @@ public class ApiRetailOrderController {
|
|||
.isEnough(false)
|
||||
.build();
|
||||
|
||||
if (ESpecialArea.RETAIL_REGISTER.getValue() == levelParam.getSpecialArea()) {
|
||||
if (ESpecialArea.REGISTER_AREA.getValue() == levelParam.getSpecialArea()) {
|
||||
// 注册订单
|
||||
levelParam.setUpgradeMember(iMemberServiceApi.getMember(SecurityUtils.getUserId()).getData());
|
||||
} else if (ESpecialArea.RETAIL_UPGRADE.getValue() == levelParam.getSpecialArea()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue