Commit 973ee0e5 by 刘鹏飞

Merge remote-tracking branch 'remotes/origin/feature/gatherSpot-刘鹏飞' into develop

parents a2b3a434 d83c195d
...@@ -1364,6 +1364,9 @@ public class OrderSdkAdapter { ...@@ -1364,6 +1364,9 @@ public class OrderSdkAdapter {
case "MEMBER_PRICE_DISCOUNT": case "MEMBER_PRICE_DISCOUNT":
type=220; type=220;
break; break;
case "GATHER_SPOT":
type=221;
break;
default: default:
break; break;
} }
......
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