## 修改返回提示信息(330);

This commit is contained in:
cabbage 2025-07-29 16:27:32 +08:00
parent 62219fbf46
commit 26fd52437e
1 changed files with 1 additions and 1 deletions

View File

@ -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("不满足注册条件");
} }
} }
} }