Commit 816c9692 by 徐康

修改线上问题

parent cb4d0895
...@@ -1991,13 +1991,19 @@ public class OrderSdkAdapter { ...@@ -1991,13 +1991,19 @@ public class OrderSdkAdapter {
break; break;
case 205: case 205:
newOrderAccountType=OldOrderAccountType.TOTAL_DISCOUNT.getCode(); newOrderAccountType=OldOrderAccountType.TOTAL_DISCOUNT.getCode();
break;
case 220: case 220:
newOrderAccountType=OldOrderAccountType.MEMBER_PRICE_DISCOUNT.getCode(); newOrderAccountType=OldOrderAccountType.MEMBER_PRICE_DISCOUNT.getCode();
break;
case 99: case 99:
newOrderAccountType=OldOrderAccountType.FREIGHT_COUPON.getCode(); newOrderAccountType=OldOrderAccountType.FREIGHT_COUPON.getCode();
break;
case 36: case 36:
newOrderAccountType=OldOrderAccountType.COCO_PRODUCT_CASH_COUPON.getCode(); newOrderAccountType=OldOrderAccountType.COCO_PRODUCT_CASH_COUPON.getCode();
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