ソースを参照

fix bug

release_toaliyun_real
winter 4年前
コミット
083af4f254
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponMapper.xml ファイルの表示

@@ -326,11 +326,11 @@
</select>
<select id="getPriceAndStock" parameterType="java.util.HashMap" resultMap="BaseResultMap">
select c.sale_price,c.price,c.remain_inventory,c.inventory,c.credit_price from wx_coupon c where id = #{id} and tenant_id = #{tenantId}
select c.id,c.sale_price,c.price,c.remain_inventory,c.inventory,c.credit_price from wx_coupon c where id = #{id} and tenant_id = #{tenantId}
</select>
<select id="batchGetPriceAndStock" parameterType="java.util.HashMap" resultMap="BaseResultMap">
select c.sale_price,c.price,c.remain_inventory,c.inventory,c.credit_price from wx_coupon c where tenant_id = #{tenantId}
select c.id,c.sale_price,c.price,c.remain_inventory,c.inventory,c.credit_price from wx_coupon c where tenant_id = #{tenantId}
and id in
<foreach collection="ids" index="index" item="idItem" open="(" separator="," close=")">
#{idItem}


読み込み中…
キャンセル
保存