bug fix:county name is not unique value

This commit is contained in:
Cauchy
2023-10-24 14:33:16 +08:00
parent b57b196dd5
commit 7b9c6424ea
6 changed files with 55 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ public class BuyOrderProduct {
/**
* 商品价格
*/
private BigDecimal realPrice;
// private BigDecimal realPrice;
/**
* 快递订单 ID
*/