|
|
@@ -95,8 +95,8 @@ |
|
|
|
|
|
|
|
|
</select> |
|
|
</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 |
|
|
from wx_c_user_tags |
|
|
<include refid="dynamicWhereConditions"/> |
|
|
<include refid="dynamicWhereConditions"/> |
|
|
</select> |
|
|
</select> |
|
|
|