Переглянути джерело

fix bug

release_toaliyun_real
winter 4 роки тому
джерело
коміт
00b023e79c
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Переглянути файл

@@ -326,7 +326,7 @@
<select id="findTenantSimpleList" parameterType="com.iformall.domain.po.WxCoupon" resultMap="BaseResultMap">
select id,title,sale_price,use_price,price,auto_refund,business,subsidy_type,source_type
from wx_coupon c.`tenant_id` = #{tenantId}
from wx_coupon c where c.`tenant_id` = #{tenantId}
</select>
<select id="findIdList" parameterType="com.iformall.domain.po.WxCoupon" resultType="Long">


Завантаження…
Відмінити
Зберегти