| | |
| | | <select id="selectDefaultAddressVO" resultType="com.panzhihua.common.model.vos.shop.ComShopUserAddressVO"> |
| | | select * from com_shop_flower_user_address where user_id = #{userId} and is_default = 1 and delete_status = 2 |
| | | </select> |
| | | <select id="selectStoreIdIdByUserId" resultType="java.lang.Long"> |
| | | select id from com_convenient_merchants where user_id = #{userId} and is_del = 0 |
| | | </select> |
| | | <select id="selectStreetByAreaCodeStr" resultType="com.panzhihua.common.model.vos.user.StreetVOStr"> |
| | | select street_id as id,name as name from com_street where area_code=#{code} and app_id ='wx118de8a734d269f0' |
| | | </select> |
| | | |
| | | </mapper> |