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

Commit e746ef22 authored by jiangxiulong's avatar jiangxiulong

test orderExpressStatus

parent 8cc523c0
...@@ -419,7 +419,8 @@ public class KylinOrderTicketsRefundServiceImpl { ...@@ -419,7 +419,8 @@ public class KylinOrderTicketsRefundServiceImpl {
String limitTypeCode = ""; String limitTypeCode = "";
String expressTypeCode = ""; String expressTypeCode = "";
Integer orderExpressStatus = 0; Integer orderExpressStatus = 0;
if (null == hashMap.get("succ") || hashMap.get("succ").equals("fail")) { // if (null == hashMap.get("succ") || hashMap.get("succ").equals("fail")) {
if (true) {
String msg = ""; String msg = "";
if (null == hashMap.get("succ")) { if (null == hashMap.get("succ")) {
msg = result; msg = result;
......
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