Explorar o código

0金额订单状态bugfix

Aslee %!s(int64=3) %!d(string=hai) anos
pai
achega
379b0c72fb

+ 1 - 0
src/main/java/com/caimei/service/impl/OrderSubmitServiceImpl.java

@@ -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;