商品模块代码提交

This commit is contained in:
Tankaikai
2025-03-03 16:27:36 +08:00
parent 4c1e0b6304
commit dd74371be2
3 changed files with 17 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ 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);