feat: 订单创建时间修改

This commit is contained in:
张松
2024-11-15 10:10:12 +08:00
parent 912292805e
commit e0626530e0

View File

@@ -704,7 +704,7 @@ public class TbOrderInfoServiceImpl implements TbOrderInfoService {
.set(TbOrderInfo::getCouponInfoList, null)
.set(TbOrderInfo::getPointsNum, 0)
.set(TbOrderInfo::getUpdatedAt, cn.hutool.core.date.DateUtil.current())
.set(TbOrderInfo::getStatus, "cancel"));
.set(TbOrderInfo::getStatus, "cancelled"));
}catch (Exception e) {
log.error("取消订单失败: 订单信息: {}", orderInfo);
log.error("异常信息: ", e);