|
@@ -226,7 +226,7 @@ public class GroupBuyingOrderController extends BaseApiController {
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("orderId", orderId);
|
|
|
if (orderSettleVO.getOrderAmt() > 0) {
|
|
|
- jsonObject.put("needPay", 1);
|
|
|
+ jsonObject.put("needPay", orderSettleVO.getOrderAmt());
|
|
|
} else {
|
|
|
jsonObject.put("needPay", 0);
|
|
|
}
|