|
@@ -88,7 +88,7 @@ public class ShopOrderServiceImpl implements IShopOrderService {
|
|
|
wrapper.eq("order_id", orderId);
|
|
|
}
|
|
|
if (!StringUtils.isEmpty(dangOrder)) {
|
|
|
- wrapper.eq("fuzi_order", dangOrder);
|
|
|
+ wrapper.eq("dang_order", dangOrder);
|
|
|
}
|
|
|
if (!StringUtils.isEmpty(address)) {
|
|
|
wrapper.eq("address", address);
|
|
@@ -181,7 +181,7 @@ public class ShopOrderServiceImpl implements IShopOrderService {
|
|
|
wrapper.eq("order_id", orderId);
|
|
|
}
|
|
|
if (!StringUtils.isEmpty(dangOrder)) {
|
|
|
- wrapper.eq("fuzi_order", dangOrder);
|
|
|
+ wrapper.eq("dang_order", dangOrder);
|
|
|
}
|
|
|
if (!StringUtils.isEmpty(address)) {
|
|
|
wrapper.eq("address", address);
|