调整订单接口

This commit is contained in:
2025-08-29 09:44:37 +08:00
parent 52839e17cc
commit 3f674bd17a
11 changed files with 163 additions and 243 deletions

View File

@@ -351,9 +351,9 @@ public class GlobalExceptionHandler {
}
// 4. 订单系统
if (StrUtil.containsAny(message, "product_", "promotion_", "trade_")) {
log.error("[商城系统 tashow-module-trade - 表结构未导入]");
log.error("[订单系统 tashow-module-trade"+StrUtil.subBetween(message,"Table","does")+"- 表结构未导入]");
return CommonResult.error(NOT_IMPLEMENTED.getCode(),
"[商城系统 tashow-module-trade - 表结构未导入]");
"[订单系统表结构未导入]");
}
// 5. ERP 系统
if (message.contains("erp_")) {