瀏覽代碼

bug

release_toaliyun_real
xhxu 6 年之前
父節點
當前提交
22c5b6181e
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. +5
    -0
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 5
- 0
mallinkService/src/main/resources/mapper/WxOrderMapper.xml 查看文件

@@ -310,6 +310,11 @@
cal.channel_type as send_channel_type cal.channel_type as send_channel_type
</sql> --> </sql> -->


<sql id="allCUserOrderListColumns">
o.id,o.order_number,o.tenant_id,o.parent_tenant_id,o.c_user_id,o.coupon_channel_id,o.product_id,o.payment_type,o.payment,o.payment_time,o.order_status,o.create_date,o.update_date,
c.type,c.cover_img,c.title,c.sub_title,c.sale_price,c.use_price,c.price,c.unit,c.valid_start_date,c.valid_end_date
</sql>

<select id="findListOfCUser" parameterType="com.iformall.domain.po.WxOrder" resultMap="CVoResultMap"> <select id="findListOfCUser" parameterType="com.iformall.domain.po.WxOrder" resultMap="CVoResultMap">
select select
<include refid="allCUserOrderListColumns"/> <include refid="allCUserOrderListColumns"/>


Loading…
取消
儲存