feat: 订单创建时间修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user