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

Commit 99bbe2ad authored by jiangxiulong's avatar jiangxiulong

Merge remote-tracking branch 'origin/jxl_1214_refund' into dev_merchant

parents 6f94a986 e746ef22
...@@ -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