Browse Source

/、bug

release_toaliyun_real
xhxu 4 years ago
parent
commit
ec345b6a55
4 changed files with 2 additions and 11 deletions
  1. +0
    -2
      mallinkService/src/main/java/com/iformall/mapper/WxCUserTagsMapper.java
  2. +1
    -2
      mallinkService/src/main/resources/mapper/WxCUserTagsMapper.xml
  3. +0
    -6
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml
  4. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponMerchantMapper.xml

+ 0
- 2
mallinkService/src/main/java/com/iformall/mapper/WxCUserTagsMapper.java View File

@@ -1,8 +1,6 @@
package com.iformall.mapper;

import java.util.Date;
import java.util.List;
import java.util.Map;

import com.iformall.common.CommonMapper;
import com.iformall.domain.po.WxCUserTags;


+ 1
- 2
mallinkService/src/main/resources/mapper/WxCUserTagsMapper.xml View File

@@ -95,10 +95,9 @@
from wx_c_user_tags
where tenant_id = #{tenantId}
<if test=" null != tagIds">
and JSON_CONTAINS(cut.tags,#{tagIds})
and JSON_CONTAINS(tags,#{tagIds})
</if>

</select>


</mapper>

+ 0
- 6
mallinkService/src/main/resources/mapper/WxCouponMapper.xml View File

@@ -702,13 +702,7 @@
<result column="source_type" jdbcType="INTEGER" property="sourceType"/>

<result column="gift_list" jdbcType="VARCHAR" property="giftList"></result>

<collection column="{productId=id,tenantId=tenant_id}" property="merchantVoList"
ofType="com.iformall.domain.vo.WxMerchantVo"
javaType="java.util.List"
select="com.iformall.mapper.WxCouponMerchantMapper.findMerchantBaseList">
</collection>
</resultMap>

<resultMap id="WxCouponCVoMapL" type="com.iformall.domain.vo.WxCouponCVo">


+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponMerchantMapper.xml View File

@@ -84,7 +84,7 @@
<include refid="dynamicWhereConditions" />
</select>

<select id="findMerchantIdListByProduct" parameterType="java.util.Map" resultMap="BaseResultMap">
<select id="findMerchantIdListByProduct" parameterType="java.util.Map" resultType="Long">
select distinct cm.merchant_id
from wx_coupon_merchant cm
where cm.status = 0


Loading…
Cancel
Save