|
|
@@ -75,12 +75,12 @@ |
|
|
<select id="findList" parameterType="com.iformall.domain.po.WxShopUsers" resultMap="BaseResultMap"> |
|
|
<select id="findList" parameterType="com.iformall.domain.po.WxShopUsers" resultMap="BaseResultMap"> |
|
|
select |
|
|
select |
|
|
<include refid="allColumns"/> |
|
|
<include refid="allColumns"/> |
|
|
from wx_shop_users_shop |
|
|
|
|
|
|
|
|
from wx_shop_users |
|
|
<include refid="dynamicWhereConditions"/> |
|
|
<include refid="dynamicWhereConditions"/> |
|
|
</select> |
|
|
</select> |
|
|
<select id="findShopIdList" parameterType="com.iformall.domain.po.WxShopUsers" resultType="Long"> |
|
|
<select id="findShopIdList" parameterType="com.iformall.domain.po.WxShopUsers" resultType="Long"> |
|
|
select distinct shop_id |
|
|
select distinct shop_id |
|
|
from wx_shop_users_shop |
|
|
|
|
|
|
|
|
from wx_shop_users |
|
|
<include refid="dynamicWhereConditions"/> |
|
|
<include refid="dynamicWhereConditions"/> |
|
|
</select> |
|
|
</select> |
|
|
</mapper> |
|
|
</mapper> |