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

Commit de91ddd0 authored by 胡佳晨's avatar 胡佳晨

修改

parent 0743a888
...@@ -716,7 +716,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ ...@@ -716,7 +716,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ
} }
return ResponseDto.failure(ErrorMapping.get("20029")); return ResponseDto.failure(ErrorMapping.get("20029"));
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); log.info("PAY AGAIN = ",e);
return ResponseDto.failure(ErrorMapping.get("20028")); return ResponseDto.failure(ErrorMapping.get("20028"));
} }
......
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