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

Commit 0055367d authored by 胡佳晨's avatar 胡佳晨

用券四舍五入

parent df7de1c9
......@@ -807,7 +807,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
} else {
return ResponseDto.failure("撤回失败");
}
return ResponseDto.failure("撤回成功");
return ResponseDto.success("撤回成功");
}
@Override
......@@ -1056,7 +1056,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
} else {
return ResponseDto.failure("接收失败");
}
return ResponseDto.failure("接收成功");
return ResponseDto.success("接收成功");
}
@Override
......
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