Browse Source

fix

release_toaliyun_real
xiaohanzi 5 years ago
parent
commit
e0ce74704d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCUserTagsMapper.xml

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

@@ -95,8 +95,8 @@

</select>
<select id="findUserTagsMap" parameterType="com.iformall.domain.po.WxCUserTags" resultType="map">
select user_id,tags
<select id="findUserTagsMap" parameterType="com.iformall.domain.po.WxCUserTags" resultType="java.util.HashMap">
select user_id as 'key' ,tags as 'value'
from wx_c_user_tags
<include refid="dynamicWhereConditions"/>
</select>


Loading…
Cancel
Save