瀏覽代碼

fix:协议

liujunchi 3 年之前
父節點
當前提交
cb4d1c9f44
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      cooleshow-mall/mall-portal/src/main/resources/config/mybatis/PortalOrderDao.xml

+ 1 - 5
cooleshow-mall/mall-portal/src/main/resources/config/mybatis/PortalOrderDao.xml

@@ -9,11 +9,7 @@
     </resultMap>
     <select id="getDetail" resultMap="orderDetailMap">
         SELECT
-            o.id,
-            o.order_sn,
-            o.coupon_id,
-            o.integration,
-            o.member_id,
+            o.*,
             ot.id ot_id,
         ot.product_id ot_product_id,
             ot.product_name ot_product_name,