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

[卡券][修改]:导出所有的

release_toaliyun_real
Stormeye Wu 6 лет назад
Родитель
Сommit
ffe13e665c
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml

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

@@ -84,7 +84,7 @@
<select id="findAvaPasswordListByCouponId" parameterType="com.iformall.domain.po.WxCouponPassword" resultMap="BaseResultMap"> <select id="findAvaPasswordListByCouponId" parameterType="com.iformall.domain.po.WxCouponPassword" resultMap="BaseResultMap">
select <include refid="allColumns" /> select <include refid="allColumns" />
from wx_coupon_password from wx_coupon_password
<where> `status` not in (3,4)
<where>
<if test=" null != tenantId "> <if test=" null != tenantId ">
and `tenant_id` = #{tenantId} and `tenant_id` = #{tenantId}
</if> </if>


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