Просмотр исходного кода

fix card

release_toaliyun_real
lin 3 лет назад
Родитель
Сommit
be8938e6ad
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Просмотреть файл

@@ -1524,7 +1524,7 @@
update wx_coupon set make_merchant_id = #{makeMerchantId} where id = #{id} and tenant_id = #{tenantId}
</update>
<update id="setPrice" parameterType="HashMap" resultType="java.lang.Integer">
<update id="setPrice" parameterType="HashMap">
update wx_coupon set price = #{price} where id = #{id} and tenant_id = #{tenantId} and price = 0
</update>



Загрузка…
Отмена
Сохранить