ccjgmwz 3 years ago
parent
commit
fe6ac6c550

+ 2 - 2
unimall-admin-api/src/main/java/com/iotechn/unimall/admin/api/shop/impl/ShopOrderServiceImpl.java

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

+ 1 - 1
unimall-data/src/main/resources/com/iotechn/unimall/data/mapper/shop/ShopOrderMapper.xml

@@ -8,7 +8,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
       <result property="id" column="id"/>
       <result property="accountId" column="account_id"/>
       <result property="orderId" column="order_id"/>
-      <result property="dangOrder" column="fuzi_order"/>
+      <result property="dangOrder" column="dang_order"/>
       <result property="address" column="address"/>
       <result property="provName" column="prov_name"/>
       <result property="cityName" column="city_name"/>