调整订单接口
This commit is contained in:
@@ -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_")) {
|
||||
|
||||
Reference in New Issue
Block a user