## 修改返回提示信息(330);
This commit is contained in:
parent
62219fbf46
commit
26fd52437e
|
@ -465,7 +465,7 @@ public class ApiRegSaOrderController extends ParentOrderController {
|
||||||
EOrderType.SPECIAL_UPGRADE_ORDER.getValue() == orderParam.getSpecialArea()) {
|
EOrderType.SPECIAL_UPGRADE_ORDER.getValue() == orderParam.getSpecialArea()) {
|
||||||
return AjaxResult.error("不满足升级条件!");
|
return AjaxResult.error("不满足升级条件!");
|
||||||
} else {
|
} else {
|
||||||
return AjaxResult.error("不满足升级条件");
|
return AjaxResult.error("不满足注册条件");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue