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

Commit 9b8d6c44 authored by 胡佳晨's avatar 胡佳晨

修改转赠

parent 935c4c1e
......@@ -678,6 +678,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
if (!orderTicketVo.getUserId().equals(uid)) {
return ResponseDto.success("无权查看");
}
log.info("orderTicketVo.getTransferId = "+orderTicketVo.getTransferId());
if(!orderTicketVo.getTransferId().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