|
@@ -122,7 +122,9 @@ public class OrderController extends BaseController {
|
|
|
JSONObject personageJson = null;
|
|
|
|
|
|
// 砍掉千6手续费
|
|
|
- BigDecimal cutPrice = price.multiply(new BigDecimal(99.4)).divide(new BigDecimal(100));
|
|
|
+// BigDecimal cutPrice = price.multiply(new BigDecimal(99.4)).divide(new BigDecimal(100));
|
|
|
+ //取消平台扣手续费
|
|
|
+ BigDecimal cutPrice = price.multiply(new BigDecimal(100)).divide(new BigDecimal(100));
|
|
|
|
|
|
switch (type) {
|
|
|
|