记得上下班打卡 | git大法好,push需谨慎

Commit 3b20eae1 authored by 胡佳晨's avatar 胡佳晨

商品取消订单 退券

商铺拒绝退款 增加 退款次数和退款时间
用户订单详情增加 最后一次退款订单状态
parent 0af2cda9
......@@ -471,7 +471,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
LocalDateTime now = LocalDateTime.now();
if (null != orderTicketVo) {
if (!orderTicketVo.getUserId().equals(uid)) {
return ResponseDto.success(ErrorMapping.get("20003"));
return ResponseDto.failure(ErrorMapping.get("20003"));
}
if (!orderTicketVo.getTransferStatus().equals(0)) {
return ResponseDto.failure("已转票一次,无法再次转票");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment