Commit 70c9a5f1 authored by libin's avatar libin

后台*钱包

parent 52cd7950
......@@ -17,7 +17,7 @@
<result property="location" column="location"/>
</resultMap>
<select id="findBannerListByType">
<select id="findBannerListByType" resultMap="bannerMap">
select * from `banner` where `is_del`=0 and `type`=#{type}
<if test="location != null">
and `location`=#{location}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment