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

Commit 935c4c1e authored by 胡佳晨's avatar 胡佳晨

修改转赠

parent 94329ace
......@@ -678,7 +678,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
if (!orderTicketVo.getUserId().equals(uid)) {
return ResponseDto.success("无权查看");
}
if(!orderTicketVo.getTransferId().equals("0")){
if(!orderTicketVo.getTransferId().equals(0)){
return ResponseDto.failure("已转票一次,无法再次转票");
}
Boolean isCanTransfer;
......
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