|
@@ -340,6 +340,7 @@ public class OrderSubmitServiceImpl implements OrderSubmitService {
|
|
|
payTotalFee = BigDecimal.ZERO;
|
|
|
order.setCouponAmount(productTotalFee);
|
|
|
order.setStatus("31");
|
|
|
+ order.setReceiptStatus("3");
|
|
|
}
|
|
|
order.setPayTotalFee(payTotalFee);
|
|
|
payableAmount = payTotalFee;
|