Commit dab0d8e5 by 徐康

去掉默认值

parent 78c4d808
...@@ -2002,8 +2002,6 @@ public class OrderSdkAdapter { ...@@ -2002,8 +2002,6 @@ public class OrderSdkAdapter {
newOrderAccountType=OldOrderAccountType.COCO_PRODUCT_CASH_COUPON.getCode(); newOrderAccountType=OldOrderAccountType.COCO_PRODUCT_CASH_COUPON.getCode();
break; break;
default: default:
//忘写break感知
newOrderAccountType = -1;
break; break;
} }
return newOrderAccountType; return newOrderAccountType;
......
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