商品模块代码提交

This commit is contained in:
Tankaikai
2025-03-03 17:28:17 +08:00
parent cf7801ff3f
commit b9cd922bbb
4 changed files with 2 additions and 13 deletions

View File

@@ -33,7 +33,6 @@ public class OrderMqListener {
try {
orderInfoRpcService.paySuccessCallback(Long.valueOf(orderId));
} catch (Exception e) {
e.printStackTrace();
log.error("订单支付成功扣减库存失败", e);
String errorInfo = ExceptionUtil.stacktraceToString(e);
mqLog.setErrInfo(errorInfo);