Commit 44c87507 by zhiheng.zhang

撤单功能添加value转化

parent 8263c56c
......@@ -2951,6 +2951,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