Commit 3015c484 by zhiheng.zhang

Merge branch 'feature/2020/09/07-1.9.38-自主积分新增撤单功能-张志恒' into qa

parents 45bc2e2e 44c87507
......@@ -2976,6 +2976,10 @@ public class OrderSdkAdapter {
name ="审核未通过";
break;
}
case 8: {
name ="撤单";
break;
}
}
return name;
}
......
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